move nRF52 ADC methods to common machine file

This commit is contained in:
ardnew
2021-01-31 15:08:20 -06:00
committed by deadprogram
parent 7842e6940d
commit 5279bebf57
3 changed files with 1 additions and 235 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ func InitADC() {
}
// Configure configures an ADC pin to be able to read analog data.
func (a ADC) Configure() {
func (a ADC) Configure(ADCConfig) {
return // no pin specific setup on nrf52 machine.
}