hal/arduino/HalMultiSensor/HalMultiSensor.ino
Ziver Koc a6f8cf872a Initial structure for HalMultiSensor
Former-commit-id: 22bc809d9e6de8a2994f1df699ae74bb7245378f
2016-02-01 17:53:36 +01:00

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