Skip to content

Commit

Permalink
Update bang.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
ripred committed Jan 12, 2024
1 parent 9faa343 commit 2df8f34
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/bang/bang.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@

SoftwareSerial command_serial(RX_PIN, TX_PIN); // RX, TX

// class wrapper for the ArduinoCLI api so far:
// class wrapper for the Bang api so far:
Bang bang(command_serial, Serial);


String cmd = "";

void setup() {
Serial.begin(115200);
command_serial.begin(9600);
Expand Down

0 comments on commit 2df8f34

Please sign in to comment.