-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule grbl
updated
6 files
+2 −2 | README.md | |
+18 −1 | changelog.md | |
+2 −2 | grbl.h | |
+2 −0 | modbus.h | |
+1 −1 | protocol.c | |
+9 −9 | settings.c |
Submodule spindle
updated
11 files
+89 −69 | modbus_rtu.c | |
+7 −6 | modbus_rtu.h | |
+25 −100 | vfd/gs20.c | |
+23 −8 | vfd/h100.c | |
+22 −7 | vfd/huanyang.c | |
+23 −6 | vfd/huanyang2.c | |
+23 −90 | vfd/modvfd.c | |
+39 −16 | vfd/nowforever.c | |
+7 −5 | vfd/spindle.c | |
+11 −7 | vfd/spindle.h | |
+24 −110 | vfd/yl620.c |