| 12345678910111213141516171819202122232425262728293031 |
- #ifdef __IN_ECLIPSE__
- //This is a automatic generated file
- //Please do not modify this file
- //If you touch this file your change will be overwritten during the next build
- //This file has been generated on 2025-01-23 16:55:38
-
- #include "Arduino.h"
- #include "Arduino.h"
- #include <ArduinoJson.h>
- #include <AccelStepper.h>
- #include <HardwareSerial.h>
- #include <math.h>
- #include <EEPROM.h>
-
- void setup() ;
- void loop() ;
- void moveStepper() ;
- String readSerialData() ;
- void setFastStepperVelocity() ;
- void setSlowStepperVelocity() ;
- void sendVersion() ;
- void sendRelayPowerStatus(String status) ;
- void sendCamPowerStatus(String status) ;
- void sendZeroCamStatus(String val) ;
- void sendCamActAzimut(String val) ;
- void sendCamVelocityStatus() ;
-
- #include "FSRemotePowerSwitch.ino"
-
-
- #endif
|