Frästisch mit elektronischer Höhenverstellung mittels Schrittmotoren.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sloeber.ino.cpp 853B

1234567891011121314151617181920212223242526272829303132
  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-01-23 21:46:12
  6. #include "Arduino.h"
  7. #include <Arduino.h>
  8. #include <RotaryEncoder.h>
  9. #include "WLS.h"
  10. #include "ExEzButton.h"
  11. #include <Wire.h>
  12. #include <Adafruit_GFX.h>
  13. #include <Adafruit_SSD1306.h>
  14. #include <ESP_FlexyStepper.h>
  15. #include "fonts/titillium_web_6pt7b.h"
  16. #include "fonts/titillium_web_8pt7b.h"
  17. #include "fonts/titillium_web_12pt7b.h"
  18. #include "fonts/titillium_web_24pt7b.h"
  19. #include "fonts/titillium_web_30pt7b.h"
  20. void limitSwitchHandler() ;
  21. void setup() ;
  22. void loop() ;
  23. void testdrawchar(void) ;
  24. void testdrawstyles(void) ;
  25. void calculateWH(String units, uint16_t &w, uint16_t &h) ;
  26. #include "Fraestisch_SFTools.ino"
  27. #endif