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

37 ram optimisation #40

Closed peteGSX closed 2 years ago

peteGSX commented 2 years ago

Fixed README typo in TURNTABLE_EX() macro.

Added F() to all Serial.print() statements and eliminated use of (String).

Added RELAY_ACTIVE_STATE flag in config.h to enable support for both active LOW and active HIGH relay boards, with an update to the README.

peteGSX commented 2 years ago

Closes https://github.com/DCC-EX/Turntable-EX/issues/39 Closes https://github.com/DCC-EX/Turntable-EX/issues/38