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.

19 lines
315 B

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