ost-ing / lp50xx

Embedded Rust driver for the Texas Instruments LP5009 and LP5012 LED driver
MIT License
1 stars 1 forks source link

Remove the need for passing the enable pin #2

Open t-moe opened 1 month ago

t-moe commented 1 month ago

Currently you have to pass the enable pin of the chip to the driver. However, the datasheet does not mandate a custom power-up sequence where you toggle the enable pin of the chip with a certain timing. Passing the enable pin of the chip to the driver is cumbersome, if you for instance have hardwired the enable to VCC...

(I might submit a PR for this myself)

ost-ing commented 1 month ago

@t-moe Thanks for the suggestion, feel free to submit a PR to fix this