Explorar el Código

Add SERIAL_PORT definitions for Teensy 2.x

main
PaulStoffregen hace 10 años
padre
commit
e4155125af
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      teensy/pins_arduino.h

+ 5
- 0
teensy/pins_arduino.h Ver fichero

@@ -148,4 +148,9 @@ static inline uint8_t digitalPinToTimer(uint8_t pin)
}
}

#define SERIAL_PORT_MONITOR Serial
#define SERIAL_PORT_USBVIRTUAL Serial
#define SERIAL_PORT_HARDWARE Serial1
#define SERIAL_PORT_HARDWARE_OPEN Serial1

#endif

Cargando…
Cancelar
Guardar