Skip to content

Commit 1004111

Browse files
committed
Clean up unused libraries
1 parent e01dc2e commit 1004111

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1
-18269
lines changed

SerialGateway/SerialGateway.ino

Lines changed: 0 additions & 89 deletions
This file was deleted.

libraries/MySensors/examples/SerialGateway/SerialGateway.ino

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ void setup()
4343
void loop()
4444
{
4545
gw.processRadioMessage();
46-
checkSerialInput();
47-
}
48-
49-
50-
51-
void checkSerialInput() {
5246
if (commandComplete) {
5347
// A command wass issued from serial interface
5448
// We will now try to send it to the actuator
@@ -58,6 +52,7 @@ void checkSerialInput() {
5852
}
5953
}
6054

55+
6156
/*
6257
SerialEvent occurs whenever a new data comes in the
6358
hardware serial RX. This routine is run between each

libraries/RF24/.gitignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)