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() {
/* Set the internal clock to 8 Mhz */
OSCCON = 0x70;
/* x110xxxx = 4 Mhz */
/* x111xxxx = 8 Mhz*/
// Rest of Code goes Here
}
I think he is saying that the PIC16F887A does not have an internal oscillator.