Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Dec 27, 2024
1 parent 0e95353 commit f3d8d6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ for pin assignment)

White 'IN^' goes to the digital GPIO pin of m5Atom.

Generates NMEA-0183 XDR sentences (USB Serial with baud rate 4800) like this:
Generates NMEA-0183 XDR sentences (USB Serial) like this:

````
$BBXDR,S,1,,PIR_MOTION*26
Expand All @@ -53,7 +53,7 @@ Can detect a walrus on your boat or someone else :)
M5Stack Limit Switch connected to M5Stack AtomS3-Lite via GPIO digital pin (see gpio_limit_switch.h
code for pin assignment)

Generates NMEA-0183 XDR sentences (USB Serial with baud rate 4800) like this:
Generates NMEA-0183 XDR sentences (USB Serial) like this:

````
$BBXDR,S,0,,LIMIT_CUR*63
Expand Down Expand Up @@ -81,7 +81,7 @@ M5Stack with AtomS3-Lite and Ocean TDS CQRobot (Total Dissolved Solids) Meter Se

Connected to GPIO pin G7 as analog input.

Generates NMEA-0183 XDR sentences (USB Serial with baud rate 4800) like this:
Generates NMEA-0183 XDR sentences (USB Serial) like this:

Total Dissolved Solids in ppt (Parts per Thousand):

Expand Down Expand Up @@ -204,7 +204,7 @@ Pick up resistor with lower % tolerance.

#### NMEA 0183 XDR Sentences for resistance

NMEA 0183 is on USB serial with baud rate of 4800
NMEA 0183 is on USB serial with baud rate of 115200

Example sentences:

Expand Down

0 comments on commit f3d8d6d

Please sign in to comment.