diff options
Diffstat (limited to 'test/stubbed/avr')
| -rw-r--r-- | test/stubbed/avr/io.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/stubbed/avr/io.h b/test/stubbed/avr/io.h new file mode 100644 index 0000000..cd4a7bc --- /dev/null +++ b/test/stubbed/avr/io.h @@ -0,0 +1,24 @@ +#include <stdio.h> + +int DDRA = 0; +int DDRB = 0; + +int PORTA = 0; +int PORTB = 0; + +int PA1 = 1; +int PA2 = 2; +int PA3 = 3; +int PA4 = 4; +int PA5 = 5; +int PA6 = 6; +int PA7 = 7; + +int PB1 = 1; +int PB2 = 2; +int PB3 = 3; +int PB4 = 4; +int PB5 = 5; +int PB6 = 6; +int PB7 = 7; + |
