Create a dummy FM Control class.

This commit is contained in:
Jonathan Naylor
2020-05-07 21:49:18 +01:00
parent bc791577e7
commit b3d287965f
16 changed files with 419 additions and 48 deletions

View File

@@ -35,7 +35,9 @@ public:
void enable(bool enabled);
unsigned int read(unsigned char* data);
bool write(const unsigned char* data, unsigned int length);
unsigned int read(unsigned char* data, unsigned int space);
void reset();