소스 검색

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…
취소
저장