Skip to content

Commit

Permalink
Unapply firmata#455, move common part into this example
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-v committed Nov 26, 2020
1 parent b841cda commit c881a59
Show file tree
Hide file tree
Showing 8 changed files with 4,634 additions and 45 deletions.
783 changes: 779 additions & 4 deletions examples/StandardFirmata/StandardFirmata.ino

Large diffs are not rendered by default.

764 changes: 759 additions & 5 deletions examples/StandardFirmataBLE/StandardFirmataBLE.ino

Large diffs are not rendered by default.

758 changes: 747 additions & 11 deletions examples/StandardFirmataChipKIT/StandardFirmataChipKIT.ino

Large diffs are not rendered by default.

802 changes: 796 additions & 6 deletions examples/StandardFirmataEthernet/StandardFirmataEthernet.ino

Large diffs are not rendered by default.

787 changes: 778 additions & 9 deletions examples/StandardFirmataPlus/StandardFirmataPlus.ino

Large diffs are not rendered by default.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include <WebSocketsServer.h> // https://github.com/Links2004/arduinoWebSockets
#include <PipedStream.h> // https://github.com/paulo-raca/ArduinoBufferedStreams

#include <utility/ExampleStandardFirmataCommon.h>
#include "ExampleStandardFirmataCommon.h"

#if LOG_ENABLED
#define LOG(x...) do { x; } while (0)
Expand Down
Loading

0 comments on commit c881a59

Please sign in to comment.