Dali

Class to control DALI (Digital Addressable Lighting Interface) bus.

Public Functions

Type

Name

Dali (PinName RX, PinName TX)

void

send (uint8_t addr, uint8_t cmd)

void

init ()

Public Functions Documentation

function Dali

Dali::Dali (
    PinName RX,
    PinName TX
)

Dali constructor

Parameters:

  • RX recieve pin

  • TX transmit pin

function send

void Dali::send (
    uint8_t addr,
    uint8_t cmd
)

Send command to specific short or broadcast address.

Parameters:

  • addr short/broadcast/group address

  • command to send

function init

void Dali::init ()

Init and assign short addresses.

The documentation for this class was generated from the following file: D:/w/hw-libs/\_libs\_/libraries/Dali.h

Last updated