motor calibration, haunyang spindle control
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Wed, 25 May 2016 06:02:50 +0000 (23:02 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Wed, 25 May 2016 06:02:50 +0000 (23:02 -0700)
commitfaa6dc2f39200389c55e94425f2f0de30af2130d
tree4ea7f498e992e04a086edb4a7bee946368fb779c
parent091d22e7464126cd15a7e9c375d7a0d50c4b3551
motor calibration, haunyang spindle control
18 files changed:
Makefile
src/config.h
src/gcode_parser.c
src/huanyang.c [new file with mode: 0644]
src/huanyang.h [new file with mode: 0644]
src/motor.c
src/motor.h
src/plan/calibrate.c
src/pwm_spindle.c [new file with mode: 0644]
src/pwm_spindle.h [new file with mode: 0644]
src/rtc.c
src/spindle.c
src/spindle.h
src/stepper.c
src/switch.c
src/tmc2660.c
src/usart.c
src/vars.def