Remote controller for 3D printer. Arduino site.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

sloeber.ino.cpp 760B

123456789101112131415161718192021222324252627282930
  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-22 13:56:01
  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. void setup() ;
  13. void loop() ;
  14. void moveStepper() ;
  15. String readSerialData() ;
  16. void setFastStepperVelocity() ;
  17. void setSlowStepperVelocity() ;
  18. void sendVersion() ;
  19. void sendRelayPowerStatus(String status) ;
  20. void sendCamPowerStatus(String status) ;
  21. void sendZeroCamStatus(String val) ;
  22. void sendCamActAzimut(String val) ;
  23. void sendCamVelocityStatus() ;
  24. #include "FSRemotePowerSwitch.ino"
  25. #endif