iot base changes
This commit is contained in:
parent
822eb66285
commit
908c3f9c0e
13 changed files with 80 additions and 2 deletions
|
@ -38,4 +38,9 @@ void DigitalOutputCard::analogWrite(uint8_t pin, uint16_t value) {
|
|||
|
||||
// Dummy loop function
|
||||
void DigitalOutputCard::loop() {
|
||||
}
|
||||
|
||||
// Get type of card
|
||||
uint8_t DigitalOutputCard::getType() {
|
||||
return CARD_TYPE_DIGITAL_OUTPUT;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue