From ec8e4eb6320ddaabd71afbda12e93fbdab0d10d0 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 17 May 2022 20:58:07 +0200 Subject: initial commit --- src/castRay.ino | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/castRay.ino (limited to 'src/castRay.ino') diff --git a/src/castRay.ino b/src/castRay.ino new file mode 100644 index 0000000..6372336 --- /dev/null +++ b/src/castRay.ino @@ -0,0 +1,10 @@ +#include "castRay.h" +#include "settings.h" + +CastRay watchy(settings); + +void setup(){ + watchy.init(); +} + +void loop(){} -- cgit v1.2.3