// // Created by servostar on 27.10.23. // #ifndef ARDUINO_BLINK_H #define ARDUINO_BLINK_H #include "prelude.h" void init(); void loop(); #endif //ARDUINO_BLINK_H