Abstract the processing a little more.

This commit is contained in:
Jonathan Naylor
2020-11-17 17:35:40 +00:00
parent 7aa84291c7
commit 9690df21ed
6 changed files with 96 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ CI2CModem::~CI2CModem()
{
}
bool CI2CModem::open()
bool CI2CModem::open(unsigned char displayType)
{
return true;
}