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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-bindings
Age
Commit message (
Expand
)
Author
2017-01-12
Fixup warnings from merge about undefined macro values, switch to
Scott Shawcroft
2017-01-08
Correct monotonic.
Scott Shawcroft
2017-01-05
Link to the Bus Device docs.
Scott Shawcroft
2017-01-05
Improve docs and update to CircuitPython.
Scott Shawcroft
2017-01-05
Add time.struct_time support.
Scott Shawcroft
2016-12-20
atmel-samd: Improve TouchIn to allow for multiple simultaneous touch pads.
Scott Shawcroft
2016-12-19
atmel-samd: Add help() and remove mem_info functions from smallest builds to ...
Scott Shawcroft
2016-12-19
atmel-samd: Add preliminary support for UART
Sebastian Plamauer
2016-12-13
Fix up Analog classes: unify them at 16 bits and adds reference_voltage member
Scott Shawcroft
2016-12-12
atmel-samd: Basic capacitive touch button support.
Scott Shawcroft
2016-12-07
atmel-samd & esp8266: Make sure pins are not already in use.
Scott Shawcroft
2016-12-02
Add try_lock and unlock to I2C and SPI classes to make sure things
Scott Shawcroft
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