Skip to content

Commit fa30d89

Browse files
authored
Update Plug_Sketch_Play.ino
1 parent 4488e05 commit fa30d89

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/Plug_Sketch_Play/Plug_Sketch_Play.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#include "Arduino_SensorKit.h"
22

3-
SensorKit kit;
4-
53
int button = 4;
64
int LED = 6;
75

@@ -10,8 +8,6 @@ void setup() {
108
Serial.begin(9600);
119
while (!Serial);
1210

13-
kit.begin();
14-
1511
pinMode(button , INPUT);
1612
pinMode(LED, OUTPUT);
1713

0 commit comments

Comments
 (0)