summaryrefslogtreecommitdiffstats
path: root/firmware/tests/fake/fake.c
blob: 154d9f9918b89fb71dfb6526c324e8d1e60114b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "avr/io.h"

volatile unsigned char TIMSK0;
volatile unsigned char TIFR0;
volatile unsigned char TIMSK1;
volatile unsigned char TIFR1;

volatile unsigned char SREG;

volatile unsigned char OCR0A;
volatile unsigned char OCR0B;
volatile unsigned char TCNT0;
volatile unsigned char TCCR0A;
volatile unsigned char TCCR0B;
volatile unsigned char OCR1A;
volatile unsigned char OCR1B;
volatile unsigned char ICR1;
volatile unsigned char TCNT1;
volatile unsigned char TCCR1A;
volatile unsigned char TCCR1B;
volatile unsigned char TCCR1C;
bues.ch cgit interface