Similar function Arduino bitWrite -
For a Raspberry P project, I am trying to change the arduino code. Does anyone know such a similar task?
Thanks a lot.
OK, I think I can do it on my own :)
zero bitwait (uint8_t & x, unsigned int n, bool b) {if (n & lt; = 7 & amp; amp;;> = 0) {if (b) {x | = (1u
Comments
Post a Comment