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
Arduino
Raw Permalink Normal View History

2017-12-17 11:31:13 +00:00
#include "DoorLockController.h"
void setup() {}
void loop()
{
DoorLockController().run();
}