- D1 Mini NodeMCU ESP8266EX WLAN Example
- M42/M48/M54/M68 CAA 360 ° Rotator Camera Angle Adjuster Like this
- HALL Sensor A3144 (Auto Home)
- TMC2209 Driver
- NEMA17 Stepper - 0.9/1.8 doesnt matter
Create a file arduino_secrets.h and add the following
#ifndef ARDUINO_SECRETS_H
#define ARDUINO_SECRETS_H
#define _SSID ""
#define _PASSWORD ""
#define _HOSTNAME "TCNRotator"
#endif
