🐛 Fix missing ADC method

This commit is contained in:
Scott Lahteine
2021-12-25 21:25:47 -06:00
parent d7af619936
commit 57315f02cb
11 changed files with 1 additions and 22 deletions

View File

@@ -82,7 +82,6 @@ extern MSerialT usb_serial;
// ADC
#define HAL_ADC_VREF 5.0
#define HAL_ADC_RESOLUTION 10
#define HAL_ANALOG_SELECT(ch) hal.adc_enable(ch)
// ------------------------
// Class Utilities