updated title & info docstrings
This commit is contained in:
parent
e21f8aa57b
commit
ce8464bda3
2 changed files with 9 additions and 4 deletions
|
|
@ -20,10 +20,13 @@
|
|||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
# THE SOFTWARE.
|
||||
"""
|
||||
`adafruit_fancyled`
|
||||
`adafruit_fancyled.adafruit_fancyled`
|
||||
====================================================
|
||||
|
||||
TODO(description)
|
||||
FancyLED is a CircuitPython library to assist in creating buttery smooth LED animation.
|
||||
It’s loosely inspired by the FastLED library for Arduino, and in fact we have a “helper”
|
||||
library using similar function names to assist with porting of existing Arduino FastLED
|
||||
projects to CircuitPython.
|
||||
|
||||
* Author(s): PaintYourDragon
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -20,10 +20,12 @@
|
|||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
# THE SOFTWARE.
|
||||
"""
|
||||
`adafruit_fancyled`
|
||||
`adafruit_fancyled.fastled_helpers`
|
||||
====================================================
|
||||
|
||||
TODO(description)
|
||||
CircuitPython “helper” library based on the Arduino FastLED library.
|
||||
Uses similar function names to assist with porting of existing Arduino FastLED
|
||||
projects to CircuitPython.
|
||||
|
||||
* Author(s): PaintYourDragon
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue