Skip to content

Commit

Permalink
Update bbn_m5atomS3_lite_GPS_AT6558.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Nov 5, 2024
1 parent bcab9e5 commit d89732b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bbn_m5atomS3_lite_GPS_AT6558/bbn_m5atomS3_lite_GPS_AT6558.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <M5Unified.h>
#include <M5AtomS3.h>

/*
https://docs.m5stack.com/en/unit/gps
Expand All @@ -19,7 +19,7 @@

void setup() {
auto cfg = M5.config();
M5.begin(cfg);
AtomS3.begin(cfg);
Serial.begin(9600);
Serial2.begin(9600, SERIAL_8N1, G6, G5); // UART pins when GPS is plugged into port C of ATOMIC PortABC Extension Base
//Serial2.begin(9600, SERIAL_8N1, G1, G2); // UART pins when GPS is plugged directly into grove port of M5 AtomS3-lite
Expand Down

0 comments on commit d89732b

Please sign in to comment.