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.
void time( unsigned long x) _delay(x);
__delay_ms(x);
__delay_us(x);
#define _XTAL_FREQ 4000000