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

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