index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-bindings
/
neopixel_write
Age
Commit message (
Expand
)
Author
2020-08-07
Modify some Python stubs
Taku Fukada
2020-07-27
Fix several type hints
Taku Fukada
2020-07-24
Add and correct some type hints
Taku Fukada
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-12
Merge branch 'master' into master
dherrada
2020-05-07
Did neopixel, network, nvm
dherrada
2020-03-31
Fix iMX builds
Scott Shawcroft
2019-05-30
Improve rST consistency for rst2pyi use
Scott Shawcroft
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-07-31
Use more mp_raise_* to save 28 bytes code size.
Scott Shawcroft
2017-07-12
shared-bindings: Fix neopixel_write example. I forgot to save in the editor. ...
Scott Shawcroft
2017-07-12
shared-bindings: Add neopixel_write example. Fixes #163
Scott Shawcroft
2017-04-10
Split up nativeio.
0.9.4
Scott Shawcroft
2017-03-07
shared-bindings: Do a pass on the docs and make sure keyword only arguments m...
Scott Shawcroft
2017-02-22
Check that neopixel write is actually given a DigitalInOut.
Scott Shawcroft
2017-02-19
Save space by only supporting 800khz neopixels.
Scott Shawcroft
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft