Skip to content

Commit fb6540f

Browse files
committed
Merge pull request arduino#88 from mapnull/dev-mqttgw_digitalIO
add DigitalIO.h to MQTTGateway
2 parents d88e917 + 5ae55e5 commit fb6540f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libraries/MySensors/examples/MQTTGateway/MQTTGateway.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ http://forum.mysensors.org/topic/303/mqtt-broker-gateway
5656
5757
*/
5858

59+
#include <DigitalIO.h>
60+
#include <SPI.h>
61+
5962
#include <MySigningNone.h>
6063
#include <MyTransportNRF24.h>
61-
#include <SPI.h>
6264
#include <MySensor.h>
6365
#include <MsTimer2.h>
6466
#include <Ethernet.h>

0 commit comments

Comments
 (0)