Explorar el Código

Add comment to HardwareSerial.h for editing SERIAL_9BIT_SUPPORT

main
PaulStoffregen hace 7 años
padre
commit
70e7c62a7d
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. +6
    -1
      teensy3/HardwareSerial.h

+ 6
- 1
teensy3/HardwareSerial.h Ver fichero

@@ -33,8 +33,13 @@

#include "kinetis.h"

// uncomment to enable 9 bit formats
// Uncomment to enable 9 bit formats. These are default disabled to save memory.
//#define SERIAL_9BIT_SUPPORT
//
// On Windows & Linux, this file is in Arduino's hardware/teensy/avr/cores/teensy3
// folder. The Windows installer puts Arduino in C:\Program Files (x86)\Arduino
// On Macintosh, you must control-click Arduino and select "Show Package Contents", then
// look in Contents/Java/hardware/teensy/avr/cores/teensy3 to find this file.


#define SERIAL_7E1 0x02

Cargando…
Cancelar
Guardar