Skip to content

Commit

Permalink
upgrade example
Browse files Browse the repository at this point in the history
  • Loading branch information
i3water committed Jun 12, 2018
1 parent dccf64d commit 422dd8e
Show file tree
Hide file tree
Showing 22 changed files with 21 additions and 38 deletions.
2 changes: 1 addition & 1 deletion examples/Blinker_AHRS/AHRS_BLE/AHRS_BLE.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_BLE

#include <Blinker.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_AHRS/AHRS_WiFi/AHRS_WiFi.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_WIFI

#include <Blinker.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_AUTO/AUTO_MQTT/AUTO_MQTT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* /
// #define BLINKER_PRINT Serial
// #define BLINKER_PRINT Serial
// #define BLINKER_MQTT
// #define BUTTON_1 "ButtonKey"
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_DHT/DHT_BLE/DHT_BLE.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_BLE

#include <Blinker.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_DHT/DHT_WiFi/DHT_WiFi.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_WIFI

#include <Blinker.h>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion examples/Blinker_GPS/GPS_BLE/GPS_BLE.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_BLE

#include <Blinker.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_GPS/GPS_WiFi/GPS_WiFi.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_WIFI

#include <Blinker.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_Joystick/Joystick_BLE/Joystick_BLE.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_BLE

#include <Blinker.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_Joystick/Joystick_WiFi/Joystick_WiFi.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_WIFI

#include <Blinker.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_Notify/Notify_BLE/Notify_BLE.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_BLE

#define BUTTON_1 "ButtonKey"
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_Notify/Notify_WiFi/Notify_WiFi.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_WIFI

#define BUTTON_1 "ButtonKey"
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_Print/Print_BLE/Print_BLE.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_BLE

#define SLIDER_1 "SliderKey"
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_Print/Print_WiFi/Print_WiFi.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_WIFI

#define SLIDER_1 "SliderKey"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_BLE

#define SLIDER_1 "SliderKey"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_WIFI

#define SLIDER_1 "SliderKey"
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_SR04/SR04_BLE/SR04_BLE.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_BLE

#include <Blinker.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_SR04/SR04_WiFi/SR04_WiFi.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_WIFI

#include <Blinker.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_Time/Time_WiFi/Time_WiFi.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_WIFI

#define BUTTON_1 "ButtonKey"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_WIFI

#define BUTTON_1 "ButtonKey"
Expand Down
2 changes: 1 addition & 1 deletion examples/Blinker_Timer/Timer_WiFi_loop/Timer_WiFi_loop.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_WIFI

#define BUTTON_1 "ButtonKey"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BLINKER_PRINT Serial
#define BLINKER_PRINT Serial
#define BLINKER_WIFI

#define BUTTON_1 "ButtonKey"
Expand Down

0 comments on commit 422dd8e

Please sign in to comment.