We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36ce9b commit 70e8cd7Copy full SHA for 70e8cd7
examples/BinarySwitchSensorIndication/BinarySwitchSensorIndication.ino
@@ -6,7 +6,7 @@
6
* network topology allowing messages to be routed to nodes.
7
*
8
* Created by Henrik Ekblad <[email protected]>
9
- * Copyright (C) 2013-2016 Sensnology AB
+ * Copyright (C) 2013-2019 Sensnology AB
10
* Full contributor list: https://github.com/mysensors/Arduino/graphs/contributors
11
12
* Documentation: http://www.mysensors.org
@@ -35,6 +35,8 @@
35
#define MY_RADIO_RF24
36
//#define MY_RADIO_RFM69
37
38
+#define MY_INDICATION_HANDLER
39
+
40
#include <Adafruit_NeoPixel.h>
41
#include <MsTimer2.h>
42
#include <SPI.h>
@@ -147,4 +149,3 @@ void loop()
147
149
oldValue = value;
148
150
}
151
-
0 commit comments