In this chapter, we will move into the analog world. We will study the difference between analog and digital signals. We will learn how microcontrollers, which exist in the digital world, can make use of analog signals. This will involve using the ADC, which stands for analog-to-digital converter, within the PIC.
After reading this chapter, you will be able to use one or more analog inputs that the 32-bit PIC can use. You will be able to control the ADC module of the PIC. You will then be able to ...