It seems like the second argument of digitalWrite is expecting a constant from PinStatus. However this isn't always ideal, and we get an ugly warning like shown below ...
This is my first issue in GitHub so please, excuse my mistakes / misunderstandings. I've been investigating trying to solve problems I have in my Feather M0 SAMD board when diferent types of ...
Sometimes the conveniences of using an Arduino board start to conflict with the performance that you expect, at least from a strict engineering point of view. When you develop with the Arduino ...