| 123456789101112131415161718192021222324 |
- #ifdef __IN_ECLIPSE__
- //This is a automatic generated file
- //Please do not modify this file
- //If you touch this file your change will be overwritten during the next build
- //This file has been generated on 2026-02-01 12:52:28
-
- #include "Arduino.h"
- #include "Arduino.h"
- #include "ExEzButton.h"
- #include "Status.h"
- #include "RotaryControler.h"
- #include "EchoLotSetup.h"
- #include "ThreePositionSwitch.h"
-
- void Initialize() ;
- void setup() ;
- void loop() ;
- void SetActualStatus(Status newStatus) ;
- uint32_t calculateDistance(uint32_t duration) ;
-
- #include "EchoLot.ino"
-
-
- #endif
|