17 lines
152 B
Arduino
17 lines
152 B
Arduino
|
|
/*
|
||
|
|
A interrupt based sensor device that reads multiple sensors and transmits
|
||
|
|
the data to a central location.
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
void setup(){
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
void loop() {
|
||
|
|
|
||
|
|
}
|
||
|
|
|