Add support for current/voltage measurement on Ghoul. (#19630)

This commit is contained in:
Nick Brassel
2023-01-19 11:13:39 +11:00
committed by GitHub
parent 4723f308ad
commit baecc69da5
5 changed files with 7 additions and 6 deletions

View File

@@ -5,8 +5,8 @@
#include_next <mcuconf.h>
// Used for RGB
//#undef RP_ADC_USE_ADC1
//#define RP_ADC_USE_ADC1 TRUE
#undef RP_ADC_USE_ADC1
#define RP_ADC_USE_ADC1 TRUE
// Used for EEPROM
#undef RP_SPI_USE_SPI0