Please be advised: UPS Shipping will take more time to be shipped as packages need to be taken to a UPS store which is not done every day. Please select USPS for a faster shipping turnaround.
Programming: ADC (Analog to Digital Conversion) Capturing the 10-bit ADC result and Displaying the Result on the LCD
Share
to get the 10-bit number from the ADC conversion, the ADCL (ADC Low Data Byte) is read first (must be read first) and stored into another variable. The remaining data is located in the ADCH (ADC High Data Byte) and is moved 8 positions to the left so there is room for the ADCL variable byte. That result is stored in another variable and is sent to the LCD.