From 93492bb51027bb502d2e36dba7160a0f3be175fc Mon Sep 17 00:00:00 2001 From: Maximilian Stiefel Date: Mon, 15 Feb 2021 21:42:35 +0100 Subject: [PATCH] Added settings --- settings.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 settings.json diff --git a/settings.json b/settings.json new file mode 100644 index 0000000..a77a453 --- /dev/null +++ b/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" + } + ] +} \ No newline at end of file