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.

33 lines
601 B

4 years ago
{
"axis_configurations": [
4 years ago
{
"stepper": {
"gear_reduction": 64.0,
"steps_per_revolution": 32,
"clockwise" : false
},
"a4988": {
"microsteps": 16,
"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"
4 years ago
}
]
}