DCC-EX / EX-Turntable

Turntable-EX is a new feature to control a stepper motor based turntable from DCC++ EX
GNU General Public License v3.0
6 stars 5 forks source link

typo in readme.md #38

Closed momfertje closed 2 years ago

momfertje commented 2 years ago
#define TURNTABLE_EX(route_id, reserve_id, vpin, steps, activity, desc) \
  ROUTE(route_id, desc) \
    RESERVE(reserve_id) \
    MOVETT(vpin, steps, activit) \    <<<< activity
    WAITFOR(vpin) \
    FREE(reserve_id) \
    DONE
peteGSX commented 2 years ago

Will fix in https://github.com/DCC-EX/Turntable-EX/issues/37

peteGSX commented 2 years ago

Starting point: DEBUG: 76.9% (used 1575 bytes from 2048 bytes) No DEBUG: 51.3% (used 1051 bytes from 2048 bytes)

peteGSX commented 2 years ago

Closed by https://github.com/DCC-EX/Turntable-EX/issues/38