card rebinding support
This commit is contained in:
parent
724f8f42e9
commit
e8804864b8
14 changed files with 270 additions and 176 deletions
|
@ -69,7 +69,7 @@ uint8_t AnalogIoT::registerADCConversionCallback(std::function<void(uint8_t, uin
|
|||
this->adc_conversion_callbacks[this->adc_conversion_callback_index] = callback;
|
||||
return this->adc_conversion_callback_index++;
|
||||
}
|
||||
void AnalogIoT::deregisterADCConversionCallback(uint8_t handler) {
|
||||
void AnalogIoT::unregisterADCConversionCallback(uint8_t handler) {
|
||||
this->adc_conversion_callbacks.erase(handler);
|
||||
}
|
||||
void AnalogIoT::setADCConversionInterval(uint8_t pin, uint16_t interval) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue