ADC sequence abstracted
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
/// Uses the ADC to read an analog voltage value
|
||||
/// \param sampleTime The amount of clock cycles to use for the ADC
|
||||
/// \return ADC result
|
||||
uint16_t analogRead(ADC_SampleTime sampleTime = ADC_SampleTime::C239);
|
||||
uint16_t analogRead(SHAL_ADC_SampleTime sampleTime = SHAL_ADC_SampleTime::C239);
|
||||
|
||||
void setPinMode(PinMode mode) volatile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user