tinkerspy / Automaton

Reactive State Machine Framework for Arduino
https://github.com/tinkerspy/Automaton/wiki
MIT License
369 stars 63 forks source link

0b vs B #70

Closed HaxorGate closed 4 years ago

HaxorGate commented 4 years ago

Just a tiny point. You might want to consider changing the instances of the 'B' binary macros to the GCC-supported '0b' notation. I came across the three (I think) files that use the Arduino macro for binary when I was working with this library on the Sparkfun Redboard Artemis ATP (i.e. a third-party board without the 'B' macro). Changing the files got it to compile just fine (I can't recall which ones they are; sorry).

tinkerspy commented 4 years ago

Fixed that.

Tinkerspy