We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
bitWrite
ArduinoCore-API/api/Common.h
Line 68 in173e8ea
Current version does not wrap arguments in "()", so it works incorrectly when used like this:
bitWrite(var, bit, cond?1:0);
Some cores probably copied this header, as seen instm32 andesp32