rename folders
This commit is contained in:
parent
1ec8effe90
commit
1815597374
63 changed files with 1 additions and 0 deletions
13
ESPMegaPRO-firmware/lib/ESPMegaPRO/ExpansionCard.hpp
Normal file
13
ESPMegaPRO-firmware/lib/ESPMegaPRO/ExpansionCard.hpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
#include <Arduino.h>
|
||||
|
||||
class ExpansionCard {
|
||||
public:
|
||||
// Instantiate the card with the specified address
|
||||
ExpansionCard() {}
|
||||
virtual bool begin();
|
||||
// Preform a loop to refresh the input buffers
|
||||
virtual void loop();
|
||||
// Get the card type
|
||||
virtual uint8_t getType();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue