jandelgado / jled

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

allow pointer types in TJLedSequence #73

Closed jandelgado closed 3 years ago

jandelgado commented 3 years ago

This change is needed for the MicroPython port in order to operate also on an array of JLed pointers, when the JLedSequence class is defined as TJLedSequence<JLed>.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+1.4%) to 96.875% when pulling 13c7525f40f83b58552759e33e4e29b9eeb616a9 on support_pointers_in_sequence into 0672dc0904c0719929073a90893c993f1b859c45 on master.