Skip to content

Commit

Permalink
Added comment about current microsteping setting
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Apr 26, 2024
1 parent e109deb commit ea09e32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpi-pico/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ void setup() {
digitalWrite(ENABLE_PIN, LOW);

// microstepping option :
// Currently 1/8th steps
// https://wiki.fysetc.com/TMC2208/#motor-current-setting
// MS1 <-> CFG1
// MS2 <-> CFG2
digitalWrite(CFG1_PIN, LOW);
digitalWrite(CFG2_PIN, LOW);

Expand Down

0 comments on commit ea09e32

Please sign in to comment.