To get this branch, use:
bzr branch
http://bzr.ed.am/elec/audio-switcher
1
2
3
4
5
6
7
8
9
10
11
12
|
unsigned long millis(void);
unsigned long micros(void);
void delay(unsigned long ms);
void delayMicroseconds(unsigned int us);
void init_wiring_c(void);
|