Distanz-/Tiefenmesser mit JSN-SR40T
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

sloeber.ino.cpp 524B

1234567891011121314151617181920212223
  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-20 23:10:32
  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. #include "EchoLot.ino"
  18. #endif