iot base changes

This commit is contained in:
Siwat Sirichai 2023-12-28 11:41:20 +07:00
parent 822eb66285
commit 908c3f9c0e
13 changed files with 80 additions and 2 deletions

View file

@ -8,4 +8,6 @@ class ExpansionCard {
virtual bool begin() {}
// Preform a loop to refresh the input buffers
virtual void loop() {}
// Get the card type
virtual uint8_t getType() {}
};