trustworthytanumoy
Newbie level 4
Hello can anyone tell what does BV means in this AVR programming sequence
DS_PORT&=~_BV(DS_PIN)
DS_PORT&=~_BV(DS_PIN)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#define _BV(bit) (1 << (bit))