PIC16F877 and ADC example
In the following example project we will convert an analog input to channel 0 to 10 bit digital number and display it on an LCD Schematic Code [codesyntax lang=”c”] sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit…
In the following example project we will convert an analog input to channel 0 to 10 bit digital number and display it on an LCD Schematic Code [codesyntax lang=”c”] sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit…
In this example we connect a push button switch to RD0 when the button is pressed we will light an LED(s), when the button is not pressed the LED(s) will not be lit. Since we are using a QL200 development…
This first example is the usual flashy LEDs example. We will be introducing the development board we use (its the QL200 PIC development board), we will be using the mikroC pro for PIC compiler and we use the QL Programmer software that…
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Read More