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

@ -33,7 +33,7 @@
// ----- Defines -----
#define KEYBOARD_KEYS 0x7F // 127 - Size of the array space for the keyboard(max index)
#define KEYBOARD_KEYS 0x5 // 5 - Size of the array space for the keyboard(max index)
#define KEYBOARD_BUFFER 24 // Max number of key signals to buffer