Skip to content

Commit

Permalink
Added first try for Arduino Uno with CNC shield (issue #27)
Browse files Browse the repository at this point in the history
  • Loading branch information
fehlfarbe committed Jan 20, 2024
1 parent 5227e7e commit b85fff4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,11 @@ board = sparkfun_promicro16
extends = env:promicro16, A4988driver

[env:promicro16_debug]
extends = env:promicro16, debug
extends = env:promicro16, debug

# arduino UNO with CNC shield
[env:uno_cnc_shield]
board = uno
extends = env:A4988driver
build_flags = -DPIN_DRIVER_SLEEP=8 -DPIN_DRIVER_DIR=5 -DPIN_DRIVER_STEP=2
upload_port = /dev/ttyACM0

0 comments on commit b85fff4

Please sign in to comment.