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

Popular posts from this blog

c# - Highlight all words containing a letter in a richtextbox -

Admob interstitials not clickable on Nexus 5 (Android 4.4.2) -

java - MigLayout - selective component fill -