Skip to content

Commit c881a59

Browse files
committed
Unapply firmata#455, move common part into this example
1 parent b841cda commit c881a59

File tree

8 files changed

+4634
-45
lines changed

8 files changed

+4634
-45
lines changed

examples/StandardFirmata/StandardFirmata.ino

Lines changed: 779 additions & 4 deletions
Large diffs are not rendered by default.

examples/StandardFirmataBLE/StandardFirmataBLE.ino

Lines changed: 759 additions & 5 deletions
Large diffs are not rendered by default.

examples/StandardFirmataChipKIT/StandardFirmataChipKIT.ino

Lines changed: 747 additions & 11 deletions
Large diffs are not rendered by default.

examples/StandardFirmataEthernet/StandardFirmataEthernet.ino

Lines changed: 796 additions & 6 deletions
Large diffs are not rendered by default.

examples/StandardFirmataPlus/StandardFirmataPlus.ino

Lines changed: 778 additions & 9 deletions
Large diffs are not rendered by default.

examples/StandardFirmataWebSocket-esp8266/StandardFirmataWebSocket-esp8266.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#include <WebSocketsServer.h> // https://github.com/Links2004/arduinoWebSockets
4646
#include <PipedStream.h> // https://github.com/paulo-raca/ArduinoBufferedStreams
4747

48-
#include <utility/ExampleStandardFirmataCommon.h>
48+
#include "ExampleStandardFirmataCommon.h"
4949

5050
#if LOG_ENABLED
5151
#define LOG(x...) do { x; } while (0)

0 commit comments

Comments
 (0)