We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794e2ff commit 9ca2b9fCopy full SHA for 9ca2b9f
src/Arduino_SensorKit.h
@@ -1,7 +1,6 @@
1
-
2
/*
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.
+ Arduino_Grove_Library.h - Library wrapper for the Arduino Sensor Kit https://sensorkit.arduino.cc/
+ Created by Lenard George Swamy and Pablo Marquínez, October 19, 2020.
5
Released into the public domain.
6
*/
7
@@ -27,12 +26,10 @@
27
26
#endif
28
29
class SensorKit {
30
31
public:
32
SensorKit();
33
bool begin();
34
void end();
35
36
};
37
38
//Make the declared components from the .cpp to the sketch available
0 commit comments