Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <avr/io.h>
- int main(void)
- {
- DDRB = 0b11111111;
- PORTB = 0b10101010;
- while (1)
- {
- /* code */
- }
- }
RAW Paste Data