summaryrefslogtreecommitdiff
path: root/shared-bindings/neopixel_write
AgeCommit message (Expand)Author
2020-08-07Modify some Python stubsTaku Fukada
2020-07-27Fix several type hintsTaku Fukada
2020-07-24Add and correct some type hintsTaku Fukada
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-12Merge branch 'master' into masterdherrada
2020-05-07Did neopixel, network, nvmdherrada
2020-03-31Fix iMX buildsScott Shawcroft
2019-05-30Improve rST consistency for rst2pyi useScott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-07-31Use more mp_raise_* to save 28 bytes code size.Scott Shawcroft
2017-07-12shared-bindings: Fix neopixel_write example. I forgot to save in the editor. ...Scott Shawcroft
2017-07-12shared-bindings: Add neopixel_write example. Fixes #163Scott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-03-07shared-bindings: Do a pass on the docs and make sure keyword only arguments m...Scott Shawcroft
2017-02-22Check that neopixel write is actually given a DigitalInOut.Scott Shawcroft
2017-02-19Save space by only supporting 800khz neopixels.Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft