Fake registers, functions, values, and macros

This commit is contained in:
Todd Fleming
2017-01-02 22:16:43 -05:00
parent 03787d2b28
commit 6e39a08139
6 changed files with 90 additions and 2 deletions

3
smoother/util/delay.h Normal file
View File

@ -0,0 +1,3 @@
#define F_CPU 1000000UL
inline void _delay_ms(double) {}
inline void _delay_us(double) {}