mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-07-28 18:03:45 +02:00
SensorGroup
This commit is contained in:
@@ -9,6 +9,7 @@ void SensorGroup::checkAll() {
|
|||||||
|
|
||||||
// called by command to get sensor list
|
// called by command to get sensor list
|
||||||
void SensorGroup::printAll(Print * serial) {
|
void SensorGroup::printAll(Print * serial) {
|
||||||
|
(void)serial; // suppress unused warning
|
||||||
#ifdef EXRAIL_ACTIVE
|
#ifdef EXRAIL_ACTIVE
|
||||||
doExrailSensorGroup(GroupProcess::PRINT,serial);
|
doExrailSensorGroup(GroupProcess::PRINT,serial);
|
||||||
#endif
|
#endif
|
||||||
|
@@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
#include "Arduino.h"
|
#include "Arduino.h"
|
||||||
#include "IODevice.h"
|
#include "IODevice.h"
|
||||||
|
#include "SensorGroup.h"
|
||||||
|
|
||||||
// Uncomment the following #define statement to use callback notification
|
// Uncomment the following #define statement to use callback notification
|
||||||
// where the driver supports it.
|
// where the driver supports it.
|
||||||
|
Reference in New Issue
Block a user