Distanz-/Tiefenmesser mit JSN-SR40T
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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 22:15:47
  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