Skip to content

Commit 327b486

Browse files
committed
Update hardware_overview.md
1 parent 977d388 commit 327b486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hardware_overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ The pinout is as follows:
4343

4444
**RX** (Receive) - Connect this pin to the TX pin of your system. This pin is 3.3-5V tolerant and has an internal pull-up.
4545

46-
**TX** (Transmit - Connect this pin to the RX pin of your system. This pin uses 3.3V logic.
46+
**TX** (Transmit) - Connect this pin to the RX pin of your system. This pin uses 3.3V logic.
4747

48-
**CTS** (Clear To Send - (Optional) Connect this pin to a GPIO of your system. This pin is 3.3-5V tolerant and has an internal pull-up. When this pin is low LoRaSerial will continue to send data. If the host system pulls this pin high, the radio will stop sending data.
48+
**CTS** (Clear To Send) - (Optional) Connect this pin to a GPIO of your system. This pin is 3.3-5V tolerant and has an internal pull-up. When this pin is low LoRaSerial will continue to send data. If the host system pulls this pin high, the radio will stop sending data.
4949

5050
**RTS** (Ready To Send) - (Optional) Connect this pin to a GPIO of your system. This pin uses 3.3V logic. If the radio’s buffer (size currently is 4096 bytes) becomes full the system will drive RTS high indicating that it should not be passed more data. If more serial data is received, the buffer will be overwritten, oldest data first.
5151

0 commit comments

Comments
 (0)