Brian Cook
Brian Cook
The _digitalWrite_ can handled with an overload... ``` void digitalWrite( unsigned pin, PinStatus value ) { ... } void digitalWrite( unsigned pin, bool value ) { digitalWrite( pin, value ?...
Jack! I hope you've been well! Excellent question. I can imagine two possibilities. 1. bool is severely limited in the amount of information that it can carry. A pin status...
Ooh. I completely forgot about this issue. We ended up writing our own log roller and I changed jobs. @bconn98, are you able to reproduce the failure?
What problem are you hoping to solve?