From: Dean Camera Date: Mon, 25 Jan 2010 00:52:45 +0000 (+0000) Subject: Added explicit ADC channel masks for the standard set of ADC channels, as the single... X-Git-Tag: LUFA-110528-BETA~668 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/b68f7f16499a96e85c7cef4afd9da1a5c69e6a08?hp=b68f7f16499a96e85c7cef4afd9da1a5c69e6a08 Added explicit ADC channel masks for the standard set of ADC channels, as the single-ended channel MUX masks are not equal to the channel number on some AVR models. Changed demos to use the new channel masks when using the ADC driver. ---