Skip to content

Commit

Permalink
Update Switch_with_SU02_CW01.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
brittanybull authored Jul 26, 2018
1 parent 502ce16 commit ec7de46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Switch_with_SU02_CW01/Switch_with_SU02_CW01.ino
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <xCore.h>
#include <xOD01.h>
#include <xCore.h> //found @ https://github.com/xinabox/xCore
#include <xOD01.h> //found @ https://github.com/xinabox/xOD01
#include <ESP8266WiFi.h>
#include "TIMER_CTRL.h"
#include <xSU02.h>
#include <xSU02.h> found @ https://github.com/xinabox/xSU02

xSU02 SU02;

Expand Down

0 comments on commit ec7de46

Please sign in to comment.