aboutsummaryrefslogtreecommitdiff
path: root/test/stubbed/testindex.c
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-02-28 17:37:19 +0530
committerAkshay Nair <phenax5@gmail.com>2026-02-28 17:37:19 +0530
commit18268280dc6c0bd44035b53655ae43e9c88245bd (patch)
treec17b1703d8a3deb4cd67a6e6466d024f02a49bb7 /test/stubbed/testindex.c
parent02c12bfedcf669df81491ea49502a982e980bcda (diff)
downloaddaft-watch-18268280dc6c0bd44035b53655ae43e9c88245bd.tar.gz
daft-watch-18268280dc6c0bd44035b53655ae43e9c88245bd.zip
Add set time mode + test for button
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;