ADCTest DAC support for Teensy 3.1

- Vref of 1.2 V isn't working (may be due to missing setup/hardware)
This commit is contained in:
Jacob Alexander 2014-04-12 23:10:39 -07:00
parent 8ee8e3cb55
commit c25ded384f
5 changed files with 63 additions and 90 deletions

View file

@ -7,6 +7,7 @@ if [ ! -e teensy-loader-cli/teensy-loader-cli ]; then
cd teensy-loader-cli
cmake @CMAKE_SOURCE_DIR@/LoadFile
make
cd -
fi
#| Loads the hex file onto the teensy