Simon's and Max' camera steering software. https://stiefel.tech
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
280 B

4 years ago
{
"motors": [
{
"stepper": {
"gear_reduction": 64.0,
"steps_per_revolution": 32
},
"ad4988": {
"microsteps": 16,
"gpio_dir": 18,
"gpio_en": 17,
"gpio_step": 22
},
"id": "azimuth"
}
]
}