Added register values and op-codes. Cleanup.

This commit is contained in:
Mark Qvist
2024-02-13 14:19:14 +01:00
parent fe50c2cac9
commit cec979997e
4 changed files with 80 additions and 37 deletions

View File

@@ -53,7 +53,7 @@ public:
void onReceive(void(*callback)(int));
void receive(int size = 0);
void idle();
void standby();
void sleep();
bool preInit();