Skip to content

Commit 6997b78

Browse files
authored
Update Accelerometer.ino
1 parent 94b8381 commit 6997b78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/Accelerometer/Accelerometer.ino

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
#include "Arduino_SensorKit.h"
22

3-
SensorKit kit;
4-
53
void setup() {
64
// put your setup code here, to run once:
75
Serial.begin(9600);
86
while(!Serial);
97

10-
kit.begin();
8+
Accelerometer.begin();
119
}
1210

1311
void loop() {

0 commit comments

Comments
 (0)