瀏覽代碼

Add comment to HardwareSerial.h for editing SERIAL_9BIT_SUPPORT

main
PaulStoffregen 7 年之前
父節點
當前提交
70e7c62a7d
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. +6
    -1
      teensy3/HardwareSerial.h

+ 6
- 1
teensy3/HardwareSerial.h 查看文件

@@ -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

Loading…
取消
儲存