But this assumes that PinStatus::LOW == 0 and PinStatus::HIGH == 1, which I cannot imagine someone would define differently. Then again, I never expected them to make a breaking change like this with ...
I'm working on a project with Arduino Nano and Raspberry pi 4 that will communicate together using nRF24L01+ modules. The RPi4 can receive data from the Arduino NANO but, my problem: The RPi4 can't ...