Skip to content

Commit 9ca2b9f

Browse files
authored
Update Arduino_SensorKit.h
1 parent 794e2ff commit 9ca2b9f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/Arduino_SensorKit.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
/*
3-
Arduino_Grove_Library.h - Library for using the components in the Grove Breakout Board with Arduino.
4-
Created by Lenard George Swamy, October 19, 2020.
2+
Arduino_Grove_Library.h - Library wrapper for the Arduino Sensor Kit https://sensorkit.arduino.cc/
3+
Created by Lenard George Swamy and Pablo Marquínez, October 19, 2020.
54
Released into the public domain.
65
*/
76

@@ -27,12 +26,10 @@
2726
#endif
2827

2928
class SensorKit {
30-
3129
public:
3230
SensorKit();
3331
bool begin();
3432
void end();
35-
3633
};
3734

3835
//Make the declared components from the .cpp to the sketch available

0 commit comments

Comments
 (0)