![]() |
AYAB Arduino Firmware 0.95
The goal of the AYAB project is to provide an alternative way to control the famous Brother KH-9xx range of knitting machines using a computer
|


Public Member Functions | |
| MOCK_METHOD1 (init, void(bool)) | |
| MOCK_METHOD0 (enabled, bool()) | |
| MOCK_METHOD0 (getState, BeepState()) | |
| MOCK_METHOD0 (ready, void()) | |
| MOCK_METHOD0 (finishedLine, void()) | |
| MOCK_METHOD0 (error, void()) | |
| MOCK_METHOD0 (endWork, void()) | |
| MOCK_METHOD0 (schedule, void()) | |
Public Member Functions inherited from BeeperInterface | |
| virtual void | init (bool enabled)=0 |
| virtual bool | enabled ()=0 |
| virtual BeepState | getState ()=0 |
| virtual void | ready ()=0 |
| virtual void | finishedLine ()=0 |
| virtual void | endWork ()=0 |
| virtual void | error ()=0 |
| virtual void | schedule ()=0 |