ADC  1.0
 All Classes Files Functions Variables Macros Pages
README.md
Go to the documentation of this file.
1 ADC
2 ===
3 
4 Teensy 3.0 ADC implementation library created by Pedro Villanueva.
5 
6 It implements all functions of the Teensy 3.0 internal ADC.
7 
8 Some of the code was extracted from the file analog.c included in the distribution of Teensduino by PJRC.COM.
9 
10 See example folder.
11 
12 TODO:
13  * Stuff related to the conversion speed and power. Useful if you want more speed or to save power.
Definition: ADC.h:70