hal/arduino/HalMultiSensor/HalMultiSensor.ino

16 lines
151 B
Arduino
Raw Normal View History

/*
A interrupt based sensor device that reads multiple sensors and transmits
the data to a central location.
*/
2016-02-11 16:31:03 +01:00
void setup()
{
}
void loop() {
}