Skip to content

Commit

Permalink
Update NmeaXDR.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Oct 6, 2024
1 parent 0d7fcf5 commit b6684f0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bbn_m5atomS3_lite_dlight/NmeaXDR.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,28 @@
could be more
*/

/*
Bareboat Necessities Sensors NMEA-0183 XDR Sentences:
NMEA-0183 Sender
BB
Transducer Types:
X - Illuminance
Illuminance
Transducer type: X (Lux)
Unit of measurement: L (Lux)
Transducer name prefix:
ILLU - Illuminance Lux
Examples:
Illuminance:
$BBXDR,X,56.0,L,ILLU*NN
*/

#include "NmeaChecksum.h"

void gen_nmea0183_xdr(const char *nmea_fmt, float value) {
Expand Down

0 comments on commit b6684f0

Please sign in to comment.