| 12345678910111213141516171819202122232425262728 |
- #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 2022-02-02 13:52:27
-
- #include "Arduino.h"
- #include <Arduino.h>
- #include <RotaryEncoder.h>
- #include <Wire.h>
- #include <Adafruit_GFX.h>
- #include <ESP_FlexyStepper.h>
- #include "Display.h"
- #include "WLS.h"
- #include "ExEzButton.h"
- #include "RouterSetup.h"
- #include "Status.h"
-
- void printStatus(String actualStatus) ;
- void limitSwitchHandler() ;
- void Initialize() ;
- void setup() ;
- void loop() ;
-
- #include "Fraestisch_SFTools.ino"
-
-
- #endif
|