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
Age
Commit message (
Expand
)
Author
2016-12-01
Fix two bugs found by clang:
Scott Shawcroft
2016-11-29
shared-bindings: Make MOSI and MISO optional for SPI.
Scott Shawcroft
2016-11-29
shared-bindings: Ensure pin objects are actually pins.
Scott Shawcroft
2016-11-29
shared-bindings: Fix blinky example. Fixes #55
Scott Shawcroft
2016-11-28
shared-bindings: Stop using negative length at all. Having uint and int mixed...
Scott Shawcroft
2016-11-28
shared-bindings: Stop using max and min because C doesn't define them.
Scott Shawcroft
2016-11-28
Add start and end kwargs to writeto and readfrom_into so a single buffer can ...
Scott Shawcroft
2016-11-22
Add uheap for debugging the size of objects. Still not perfect though.
Scott Shawcroft
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-11-01
atmel-samd: Merge init into the constructor and check all available
Scott Shawcroft
2016-10-19
atmel-samd: More updates to the docs including the in-code docs.
Scott Shawcroft
2016-10-18
Documentation rework to unify the docs together rather than having them
Scott Shawcroft
2016-10-11
atmel-samd: Add support for SPI.
Scott Shawcroft
2016-10-05
atmel-samd: Support with statements for I2C class.
Scott Shawcroft
2016-09-13
atmel-samd: Add I2C support.
Scott Shawcroft