This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
shared-module
/
bitbangio
History
Dan Halbert
761f9a938e
Merge pull request
#1075
from tannewt/more_mp_raise
...
Use more mp_raise_* to save 28 bytes code size.
2018-07-31 19:09:10 -04:00
..
__init__.c
This introduces an alternative hardware API called nativeio structured around different functions that are typically accelerated by native hardware. Its not meant to reflect the structure of the hardware.
2016-11-21 14:11:52 -08:00
I2C.c
Reformat the error message
2018-05-16 13:19:51 -05:00
OneWire.c
Merge 3.0.0 final bugfixes and changes to master
2018-07-16 09:01:46 -04:00
SPI.c
Use more mp_raise_* to save 28 bytes code size.
2018-07-31 13:50:48 -07:00
types.h
add timeout keyword to I2C - for bitbangio - ignored for busio
2018-05-13 21:54:44 -04:00