Distanz-/Tiefenmesser mit JSN-SR40T
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 572B

123456789101112131415161718192021222324
  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 2026-01-27 21:30:42
  6. #include "Arduino.h"
  7. #include "Arduino.h"
  8. #include "ExEzButton.h"
  9. #include "Status.h"
  10. #include "RotaryControler.h"
  11. #include "EchoLotSetup.h"
  12. #include "ThreePositionSwitch.h"
  13. void Initialize() ;
  14. void setup() ;
  15. void loop() ;
  16. void SetActualStatus(Status newStatus) ;
  17. uint32_t calculateDistance(uint32_t duration) ;
  18. #include "EchoLot.ino"
  19. #endif