Frästisch mit elektronischer Höhenverstellung mittels Schrittmotoren.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

sloeber.ino.cpp 809B

12345678910111213141516171819202122232425262728293031323334
  1. #ifdef __IN_ECLIPSE__
  2. //This is a automatic generated file
  3. //Please do not modify this file
  4. //If you touch this file your change will be overwritten during the next build
  5. //This file has been generated on 2022-02-26 22:19:46
  6. #include "Arduino.h"
  7. #include <Arduino.h>
  8. #include <esp32-hal.h>
  9. #include <esp32-hal-gpio.h>
  10. #include <ESP_FlexyStepper.h>
  11. #include <HardwareSerial.h>
  12. #include <pins_arduino.h>
  13. #include <Wire.h>
  14. #include <WString.h>
  15. #include "Display.h"
  16. #include "ExEzButton.h"
  17. #include "RotaryControler.h"
  18. #include "RouterElevator.h"
  19. #include "RouterSetup.h"
  20. #include "Status.h"
  21. #include "WLS.h"
  22. void printStatus(String actualStatus) ;
  23. void limitSwitchHandler() ;
  24. void Initialize() ;
  25. void setup() ;
  26. void loop() ;
  27. void SetActualStatus(Status newStatus) ;
  28. #include "Fraestisch_SFTools.ino"
  29. #endif