iot base changes
This commit is contained in:
parent
822eb66285
commit
908c3f9c0e
13 changed files with 80 additions and 2 deletions
|
@ -79,4 +79,9 @@ bool AnalogCard::begin()
|
|||
|
||||
void AnalogCard::loop()
|
||||
{
|
||||
}
|
||||
|
||||
uint8_t AnalogCard::getType()
|
||||
{
|
||||
return CARD_TYPE_ANALOG;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue