diff --git a/config_NeoPixel_U0_Build20231225_20240117092952.dat b/config_NeoPixel_U0_Build20231225_20240117092952.dat new file mode 100644 index 0000000..a0be50e Binary files /dev/null and b/config_NeoPixel_U0_Build20231225_20240117092952.dat differ diff --git a/rules1.txt b/rules1.txt new file mode 100644 index 0000000..74b5cc1 --- /dev/null +++ b/rules1.txt @@ -0,0 +1,14 @@ +on System#Boot do + GPIO,2,0 + LoopTimerSet,1,10 +endon + +on laag#State do + LogEntry,'laag#State: %eventvalue1% result: %eventvalue2%' + + if [laag#State]=1 + GPIO,2,0 + else + GPIO,2,1 + endif +endon \ No newline at end of file