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) Using Multiple Channels
Share
To select a channel of the ADC to use for input, the ADMUX must be set according to the channel that is used. The last 5 digits of the ADMUX register is used to select this channel.
For instance, if: ADMUX |= 0, then channel 0 is used ADMUX |= 1, then channel 1 is used and so on.