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.
dim x as byte
// make all portc outputs
TRISC = 0
PORTC = 0
for x = 0 to 7
PORTC.bits(x) = 1
next
PORTC = 1 << x