Explorar el Código

Update for binding _delay_us to delayMicroseconds

AVR compatibility
teensy4-core
JHSawatzki hace 10 años
padre
commit
2693e979c5
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      teensy3/util/delay.h

+ 4
- 0
teensy3/util/delay.h Ver fichero

@@ -1,3 +1,7 @@
#ifndef _delay_us
#define _delay_us(n) delayMicroseconds(n)
#endif

#ifndef _delay_ms
#define _delay_ms(n) delay(n)
#endif

Cargando…
Cancelar
Guardar