Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/current_sense/hardware_specific/teensy/teensy_mcu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#if defined(__arm__) && defined(CORE_TEENSY)

#define _ADC_VOLTAGE 3.3f
#define _ADC_RESOLUTION 1024.0f
#define _ADC_RESOLUTION 4096.0f

// function reading an ADC value and returning the read voltage
void* _configureADCInline(const void* driver_params, const int pinA,const int pinB,const int pinC){
Expand Down
Loading