updated title & info docstrings

This commit is contained in:
sommersoft 2018-03-05 19:42:32 -06:00
parent e21f8aa57b
commit ce8464bda3
2 changed files with 9 additions and 4 deletions

View file

@ -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.
Its 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
"""

View file

@ -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
"""