Ewald Wasscher
|
e6a5b68e40
|
Added argument to HardwareSerial.begin to specify whether the logic levels of the UART rx and tx lines should be inverted (#719)
|
2017-10-13 11:46:56 +03:00 |
|
copercini
|
171032b701
|
Print an error when serial number is invalid (#691)
* Print error when serial number is invalid
* Move to the first check, change end by return
|
2017-10-04 11:12:21 +08:00 |
|
Luc
|
4092fc409e
|
Add baudRate function (#651)
usefull for ESP8266 compatibility
|
2017-09-21 17:00:12 +08:00 |
|
me-no-dev
|
a1bef8b5c3
|
improve Serial repeated begin/baud change
|
2017-08-02 00:32:42 +03:00 |
|
me-no-dev
|
9388d8358e
|
Return true for boolean test on Serial
Fixes: https://github.com/espressif/arduino-esp32/issues/270
|
2017-03-20 11:26:34 +02:00 |
|
me-no-dev
|
f0b7959425
|
add default pins for UART1 and UART2
NOTE: UART1's default pins can be used only when SPI Flash is DIO
thanks @ladyada
|
2016-11-13 17:01:44 +02:00 |
|
me-no-dev
|
17c8ceb1b9
|
UART rework
many possible problems fixed in preparation for thread-safe
|
2016-10-14 03:02:40 +03:00 |
|
me-no-dev
|
5f3a205955
|
initial import
|
2016-10-06 07:09:44 -06:00 |
|