From 18268280dc6c0bd44035b53655ae43e9c88245bd Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 28 Feb 2026 17:37:19 +0530 Subject: Add set time mode + test for button --- test/stubbed/testindex.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test/stubbed/testindex.c (limited to 'test/stubbed/testindex.c') 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; -- cgit v1.3.1