Adding initial code for ADC1 on Teensy 3.1 (and 3.0).

- To use the second ADC just specify ADC2 for all the commands.
This commit is contained in:
Jacob Alexander 2014-04-13 23:40:06 -07:00
parent 7188d80f74
commit 36c0b5f417
3 changed files with 176 additions and 23 deletions

View file

@ -400,21 +400,3 @@ void analogWriteDAC0(int val)
#endif
}