Skip to content

Commit

Permalink
Changed pins for one wire bus and btn out
Browse files Browse the repository at this point in the history
  • Loading branch information
fehlfarbe committed Jan 20, 2024
1 parent b85fff4 commit 9892717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ extends = env:promicro16, debug
[env:uno_cnc_shield]
board = uno
extends = env:A4988driver
build_flags = -DPIN_DRIVER_SLEEP=8 -DPIN_DRIVER_DIR=5 -DPIN_DRIVER_STEP=2
build_flags = -DPIN_DRIVER_SLEEP=8 -DPIN_DRIVER_DIR=5 -DPIN_DRIVER_STEP=2 -DONE_WIRE_BUS=3 -DBTN_OUT=4
upload_port = /dev/ttyACM0

0 comments on commit 9892717

Please sign in to comment.