This repository has been archived on 2024-11-17. You can view files and clone it, but cannot push or open issues or pull requests.
zamek-hswro/zamek_hswro.ino

9 lines
98 B
C++

#include "DoorLockController.h"
void setup() {}
void loop()
{
DoorLockController().run();
}