aboutsummaryrefslogtreecommitdiff
path: root/test/stubbed/avr/io.h
blob: cd4a7bcc65bb1deb102c445f6d069d9580ae740d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;