Browse Source

Updated configuration for two motors

master
Maximilian Stiefel 3 years ago
parent
commit
287317f342
  1. 20
      settings.json

20
settings.json

@ -8,11 +8,25 @@
},
"a4988": {
"microsteps": 16,
"gpio_dir": 22,
"gpio_en": 17,
"gpio_step": 18
"gpio_dir": 20,
"gpio_en": 21,
"gpio_step": 12
},
"id": "elevation"
},
{
"stepper": {
"gear_reduction": 64.0,
"steps_per_revolution": 32,
"clockwise" : false
},
"a4988": {
"microsteps": 16,
"gpio_dir": 19,
"gpio_en": 26,
"gpio_step": 13
},
"id": "azimuth"
}
]
}

Loading…
Cancel
Save