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:
parent
8ee8e3cb55
commit
c25ded384f
5 changed files with 63 additions and 90 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue