gin66
gin66
This device contains mcpwm module, but only 4 instead of 8 pulse counters. Thus 4 steppers should be possible to be supported. Anyone available for test, so an update of...
Have installed bees on ``` root@nuc1:~# uname -a Linux nuc1 5.13.0-20-generic #20-Ubuntu SMP Fri Oct 15 14:21:35 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux nuc1~/src/bees[master ↑1|✔] % lsb_release -a No LSB...
…94]: (0), while sendPhotoByBinary() In the Serial log, this error message is received while execution of sendPhotoByBinary(). This is a working bugfix on platformio using ``` lib_deps = # UniversalTelegramBot...
This patch reverses part of d2aaebd. If this reverse patch is not applied, then the library [FastAccelStepper](https://github.com/gin66/FastAccelStepper) stops working on simavr. As FastAccelStepper works on the real device, simavr's behavior...
see #245 for reference `stepperConnectToPin()` calls `stepper->init()`, which can fail silently. `stepper->init()` calls `queue->init()`, which too can fail silently. Bugfix need to propagate errors up to `stepperConnectToPin()` and reverse prepared...