hzeller / beagleg

G-code interpreter and stepmotor controller for crazy fast coordinated moves of up to 8 steppers. Uses the Programmable Realtime Unit (PRU) of the Beaglebone.
http://beagleg.org/
GNU General Public License v3.0
122 stars 51 forks source link

Disable pwm macro #30

Closed lromor closed 6 years ago

lromor commented 6 years ago

Added macro definition to disable PWM, if someone is stuck with a kernel not supporting the pwm, but still wants to use beagleg.

hzeller commented 6 years ago

Thanks for your persistence to get to the bottom of it Leonardo! Submitted as https://github.com/hzeller/beagleg/commit/01f1e358fd272a50db51c019309c5e62e0ca03c8 (fixed a small typo in the README).