1
0
mirror of https://github.com/livingcomputermuseum/UniBone.git synced 2026-05-03 22:49:49 +00:00

PRU statemachines easier to control from main thread

This commit is contained in:
Joerg Hoppe
2019-07-02 07:09:01 +02:00
parent e23b2cf4d3
commit 04869fb46f
20 changed files with 264 additions and 254 deletions

View File

@@ -111,7 +111,7 @@ public:
// working position
blockaddr_c cur_blockaddr;
// initalize drive
// initialize drive
virtual void init(unsigned unitnr) = 0;
// read access
virtual void readtrack(unsigned unitnr, uint8_t *data) = 0;

View File

@@ -39,7 +39,7 @@ public:
// implement abstracts
// initalize drive
// initialize drive
virtual void init(unsigned unitnr);
// read access
virtual void readtrack(unsigned unitnr, uint8_t *data);