-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(axidraw): major updates/additions
- extract polyline() as standalone fn - add complete() syntax sugar - update UP/DOWN commands to accept opt. pen level/position - add RESET command - extract various draw commands into separate methods, simplify draw() - update draw() w/ FSM to pause/resume/cancel processing - add AxiDrawState FSM enum - add AxiDrawControl class, use as default controller - update AxiDrawOpts w/ new options - update connect() to throw error if unsuccessful - add SIGINT signal handler to handle Ctrl+C
- Loading branch information
1 parent
2447c5f
commit eb41c28
Showing
6 changed files
with
305 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.