card rebinding support
This commit is contained in:
parent
724f8f42e9
commit
e8804864b8
14 changed files with 270 additions and 176 deletions
|
@ -27,7 +27,7 @@ class AnalogCard : public ExpansionCard {
|
|||
void setDACState(uint8_t pin, bool state);
|
||||
void setDACValue(uint8_t pin, uint16_t value);
|
||||
uint8_t registerDACChangeCallback(std::function<void(uint8_t, bool, uint16_t)> callback);
|
||||
void deregisterDACChangeCallback(uint8_t handler);
|
||||
void unregisterDACChangeCallback(uint8_t handler);
|
||||
uint8_t getType();
|
||||
private:
|
||||
uint8_t handler_count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue