Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
setb P3.1 ;write 1 to the port
jb p3.1 set ;check if it is 1 or 0
nop ;bit is not set ie input is 0
sjmp con
set: nop ;bit is set ie input is 1
con:
;rest of the code
c3cube said:I've tried, but it's not working!!! Any other mothods????