Remote controller for 3D printer. Arduino site.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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-21 17:55:44
  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