If the slow speed of digitalWrite is a limitation, use the fastio header. It does direct port manipulation and is as fast as is possible. We've been using it for Marlin.
I found your code because someone wants SLA printing support, so I'm researching galvo control. Looks simple!
If the slow speed of
digitalWriteis a limitation, use the fastio header. It does direct port manipulation and is as fast as is possible. We've been using it for Marlin.I found your code because someone wants SLA printing support, so I'm researching galvo control. Looks simple!