Commit 7201342d468232d45b16288dc0fe7d05c5aa5f85

Authored by qqqlab
Committed by GitHub
1 parent 0d441bec

.

Showing 1 changed file with 1 additions and 1 deletions
README.md
1 1 # DALI-arduino
2 2 DALI LED Lighting Interface. Control LED Drivers with a microcontroller.
3 3  
4   -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.
  4 +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.
5 5  
6 6 Examples for Arduino ATMEGA328 included:
7 7 - Dimmer: Dims all lamps up and down
... ...