/elec/audio-switcher

To get this branch, use:
bzr branch http://bzr.ed.am/elec/audio-switcher
3 by Tim Marston
added timer utilities (wiring.c) from arduino library
1
2
3
unsigned long millis(void);
4
5
unsigned long micros(void);
6
7
void delay(unsigned long ms);
8
9
void delayMicroseconds(unsigned int us);
10
11
void init_wiring_c(void);
12