imranahmed
Advanced Member level 3
- Joined
- Dec 4, 2011
- Messages
- 822
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,298
- Location
- Karachi,Pakistan
- Activity points
- 6,533
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 main()
{
ANSEL=0;
CMCON0=0;
CMCON1=0;
TRISIO=0;
T1CON=0;
T2CON=0;
IOC=0;
while(1)
{
Ow_Write(&GPIO,0,0x41);
}
}