mrrwa / LocoNet2

A refactor of the original library to be much more object oriented, with derived classes for each different hardware interface
15 stars 14 forks source link

Replaced a small number of arduino specific types and functions #5

Closed mcmadhatter closed 3 years ago

mcmadhatter commented 3 years ago

There were a small number of places that used byte or word instead of uint16_t and uint8_t. Also one place was using Serial.println. with no protection, rather than DEBUG.