16 lines
152 B
C++
Executable file
16 lines
152 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() {
|
|
|
|
}
|
|
|