manufacturing

This commit is contained in:
2021-02-18 19:54:08 +01:00
parent d36d67bd2c
commit f96d466f25
47 changed files with 14869 additions and 26 deletions

View File

@@ -36,6 +36,8 @@ public:
void writeLed(bool state);
bool getLedState( void ) {return _state; }
uint16_t ledRead(void);
uint16_t getIndex(void) { return _index; }