jandelgado / jled

Non-blocking LED controlling library for Arduino and friends.
MIT License
331 stars 55 forks source link

Evolution for non PWM pins #107

Closed LaurentR59 closed 1 year ago

LaurentR59 commented 1 year ago

Hi As a so good job require a possible extension to manage non PWM pins...

Should be a real major improvement by a bit banging option for non PWM pins...

May for a futur soon release?

Laurent

jandelgado commented 1 year ago

It's already possible to extend JLed with custom HALs (Hardware Abstraction Layers). Examples are here https://github.com/jandelgado/jled/tree/master/examples/custom_hal and here https://github.com/jandelgado/jled-pca9685-hal.

Proving these custom HALs is however out of the scope of JLed, since that functionality would be too hardware specific (what platform should the bit-bang PWM be implemented for?).

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days