1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 18:03:45 +02:00

Autocreate turnouts

This commit is contained in:
Harald Barth
2020-07-25 18:50:23 +02:00
parent deec8b7e8c
commit b886a09f82
2 changed files with 8 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
#include "StringFormatter.h"
#include "Hardware.h"
#include "PWMServoDriver.h"
//#include "DIAG.h" // uncomment if you need DIAG below
bool Turnout::activate(int n,bool state){
//DIAG(F("\nTurnout::activate(%d,%d)\n"),n,state);