Initial structure for HalMultiSensor
Former-commit-id: 22bc809d9e6de8a2994f1df699ae74bb7245378f
This commit is contained in:
parent
70b1608dd8
commit
a6f8cf872a
14 changed files with 612 additions and 0 deletions
16
arduino/HalMultiSensor/HalMultiSensor.ino
Executable file
16
arduino/HalMultiSensor/HalMultiSensor.ino
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
A interrupt based sensor device that reads multiple sensors and transmits
|
||||
the data to a central location.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
void setup(){
|
||||
|
||||
}
|
||||
|
||||
|
||||
void loop() {
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue