Browse Source

Added settings

feature/build_system
Maximilian Stiefel 3 years ago
parent
commit
e97bde1638
  1. 17
      settings.json

17
settings.json

@ -0,0 +1,17 @@
{
"motors": [
{
"stepper": {
"gear_reduction": 64.0,
"steps_per_revolution": 32
},
"ad4988": {
"microsteps": 16,
"gpio_dir": 18,
"gpio_en": 17,
"gpio_step": 22
},
"id": "azimuth"
}
]
}
Loading…
Cancel
Save