Add AVR compatibility file

This commit is contained in:
Daniel Fekete 2017-04-17 15:45:06 +02:00
parent 1124199167
commit 7e0b254ea1
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
//AVR compatibility functions
#define _delay_us(n) delayMicroseconds(n)
#define _delay_ms(n) delay(n)