Brian Cook

Results 15 comments of 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?

The flip side of the argument is that the following cannot be legally redistributed by anyone except the original author because there is no license agreement... https://github.com/arduino/Arduino/blob/master/libraries/Ethernet/Dhcp.h https://github.com/arduino/Arduino/blob/master/libraries/Ethernet/Ethernet.h https://github.com/arduino/Arduino/blob/master/libraries/Ethernet/EthernetClient.h https://github.com/arduino/Arduino/blob/master/libraries/Ethernet/EthernetServer.h...