aboutsummaryrefslogtreecommitdiff
path: root/test/stubbed/testindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/stubbed/testindex.c')
-rw-r--r--test/stubbed/testindex.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/stubbed/testindex.c b/test/stubbed/testindex.c
new file mode 100644
index 0000000..e3c8866
--- /dev/null
+++ b/test/stubbed/testindex.c
@@ -0,0 +1,26 @@
+
+int DDRA = 0;
+int DDRB = 0;
+
+int PORTA = 0;
+int PORTB = 0;
+int PINA = 0;
+int PINB = 0;
+
+int PRR = 0;
+int TCCR0B = 0;
+int TCCR0A = 0;
+int TIMSK0 = 0;
+int TIFR0 = 0;
+int OCR0A = 0;
+int OCR0B = 0;
+int TCNT0 = 0;
+int TCCR1B = 0;
+int TCCR1A = 0;
+int TIMSK1 = 0;
+int TIFR1 = 0;
+int OCR1A = 0;
+int OCR1B = 0;
+int TCNT1 = 0;
+int TCNT1H = 0;
+int TCNT1L = 0;