From 7201342d468232d45b16288dc0fe7d05c5aa5f85 Mon Sep 17 00:00:00 2001 From: qqqlab <46283638+qqqlab@users.noreply.github.com> Date: Tue, 10 Nov 2020 21:20:16 +0100 Subject: [PATCH] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dda68f..ecb96a6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # DALI-arduino DALI LED Lighting Interface. Control LED Drivers with a microcontroller. -Core code in qqqDali.cpp and qqqDali.h does not depend on Arduino, can be used in any C++ project copying qqqDali_ATMega328.h by adding hardware specific code. +The code in qqqDali.cpp and qqqDali.h does not depend on Arduino, can be used in any C++ project by copying qqqDali_ATMega328.h and adding hardware specific code for a periodic interrupt and pin change interrupt. Examples for Arduino ATMEGA328 included: - Dimmer: Dims all lamps up and down -- libgit2 0.21.4