Initial structure for HalMultiSensor

Former-commit-id: 22bc809d9e6de8a2994f1df699ae74bb7245378f
This commit is contained in:
Ziver Koc 2016-02-01 17:52:17 +01:00
parent 70b1608dd8
commit a6f8cf872a
14 changed files with 612 additions and 0 deletions

View 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() {
}