Add some debug prints

fix function def for init ADC, so it overrides the weak generic version

fix caps in mt6835 include so gcc is happy
This commit is contained in:
copper280z
2023-11-10 22:44:04 -05:00
parent 5125602875
commit d691329e86
5 changed files with 28 additions and 12 deletions

View File

@@ -1,4 +1,6 @@
#include "../hardware_api.h"
#include "communication/SimpleFOCDebug.h"
// function reading an ADC value and returning the read voltage
__attribute__((weak)) float _readADCVoltageInline(const int pinA, const void* cs_params){