card installation checking
This commit is contained in:
parent
1862887d30
commit
1481c08d3a
10 changed files with 122 additions and 37 deletions
|
@ -5,7 +5,7 @@ class ExpansionCard {
|
|||
public:
|
||||
// Instantiate the card with the specified address
|
||||
ExpansionCard() {}
|
||||
virtual void begin() {}
|
||||
virtual bool begin() {}
|
||||
// Preform a loop to refresh the input buffers
|
||||
virtual void loop() {}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue