Remote controller for 3D printer. Arduino site.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

sloeber.ino.cpp 780B

12345678910111213141516171819202122232425262728293031
  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 2025-01-23 16:55:38
  6. #include "Arduino.h"
  7. #include "Arduino.h"
  8. #include <ArduinoJson.h>
  9. #include <AccelStepper.h>
  10. #include <HardwareSerial.h>
  11. #include <math.h>
  12. #include <EEPROM.h>
  13. void setup() ;
  14. void loop() ;
  15. void moveStepper() ;
  16. String readSerialData() ;
  17. void setFastStepperVelocity() ;
  18. void setSlowStepperVelocity() ;
  19. void sendVersion() ;
  20. void sendRelayPowerStatus(String status) ;
  21. void sendCamPowerStatus(String status) ;
  22. void sendZeroCamStatus(String val) ;
  23. void sendCamActAzimut(String val) ;
  24. void sendCamVelocityStatus() ;
  25. #include "FSRemotePowerSwitch.ino"
  26. #endif