Skip to content

Commit

Permalink
ghostl, incl. circular_queue, has been moved from multiple copy&paste…
Browse files Browse the repository at this point in the history
… inclusions in various repos into an own repo to use as separate library dependency
  • Loading branch information
dok-net committed Jan 4, 2024
1 parent 2eead9b commit e0dd01a
Show file tree
Hide file tree
Showing 21 changed files with 8 additions and 5,593 deletions.
2 changes: 1 addition & 1 deletion examples/bitpattern/bitpattern.ino
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void setup() {
logSer.println(PSTR("\nOne Wire Half Duplex Bitpattern and Datarate Test"));
swSer.begin(TESTBPS, EspSoftwareSerial::SWSERIAL_8N1, -1, D5);
swSer.enableIntTx(true);
logSer.printf(PSTR("Tx from swSer to hwSer at %u\n"), swSer.baudRate());
logSer.printf(PSTR("Tx from swSer to hwSer at %lu\n"), swSer.baudRate());
}

uint8_t val = 0xff;
Expand Down
74 changes: 0 additions & 74 deletions examples/circular_queue_mp_test/mp_queue_test.cpp

This file was deleted.

Loading

0 comments on commit e0dd01a

Please sign in to comment.