hal/arduino/HalMultiSensor/HalMultiSensor.ino

17 lines
152 B
Arduino
Raw Normal View History

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