void setup() {
}
void loop() {
delay(1000);
delay(1000);
}
Main header file of the DALI library for Arduino.
daliReturnValue sendArc(byte address, byte value, byte addr_type=DALI_SHORT_ADDRESS)
Definition: Dali.cpp:64
void begin(byte tx_pin, byte rx_pin, bool active_low=true)
Definition: Dali.cpp:36