sde1000 / python-dali

Library for controlling DALI lighting systems
Other
150 stars 71 forks source link

Add driver for Atx Led Dali Hat (AL-DALI-HAT). #135

Closed russedavid closed 5 months ago

russedavid commented 5 months ago
This uses the Raspberry PI on-board serial port to communicate at 19200 baud to the Dali Hat,
the hardware on the hat adapts the UART serial data stream into DALI encoding.

This uses pyserial to read from the dali hat device and implements a sync driver.

An example using the Dali Hat driver is included, and an entry is added to the README file.
russedavid commented 5 months ago

Hi, any additional thoughts on this?

Want me to squash these commits and submit another pull request?

sde1000 commented 5 months ago

It's ok, I can squash. Sorry, I missed these updates. I'm on holiday this week and my development PC is turned off, I'll look at it next weekend.

sde1000 commented 5 months ago

Or maybe I can try github "squash and merge" which I've never used before...