Skip to content

Commit

Permalink
Commit release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmarles committed Jul 15, 2022
1 parent 73c3ecc commit 98e54fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions grblHAL_Teensy4/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ framework = arduino
extra_scripts = ${common.extra_scripts}
build_flags = ${common.build_flags}
-D INVERT_CONTROL_PIN_MASK=64
-D N_SPINDLE=8
-include src/my_machine.h
lib_deps = ${common.lib_deps}
monitor_speed = 250000
Expand Down
2 changes: 1 addition & 1 deletion grblHAL_Teensy4/src/spindle
Submodule spindle updated 18 files
+1 −4 CMakeLists.txt
+284 −0 GS20_VFD.c
+17 −13 GS20_VFD.h
+46 −56 MODVFD.c
+44 −0 MODVFD.h
+32 −14 README.md
+335 −0 YL620_VFD.c
+44 −0 YL620_VFD.h
+106 −77 huanyang.c
+50 −0 huanyang.h
+ images/IOSender.png
+27 −40 modbus.c
+2 −15 modbus.h
+9 −57 select.c
+0 −280 vfd/h100.c
+0 −210 vfd/spindle.c
+378 −0 vfd_spindle.c
+26 −19 vfd_spindle.h

0 comments on commit 98e54fc

Please sign in to comment.