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 DDR_INI() DDRB|=_BV(0)|_BV(1)|_BV(2)
DDR_INI();
Thatseems to be a function.
Fe. I found a code where in the header file is:
and the function is run in .c:Code:#define DDR_INI() DDRB|=_BV(0)|_BV(1)|_BV(2)
Code:DDR_INI();