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 739B

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