15 lines
151 B
C++
Executable file
15 lines
151 B
C++
Executable file
/*
|
|
A interrupt based sensor device that reads multiple sensors and transmits
|
|
the data to a central location.
|
|
*/
|
|
|
|
|
|
void setup()
|
|
{
|
|
|
|
}
|
|
|
|
void loop() {
|
|
|
|
}
|
|
|