circuitpython/shared-bindings
Scott Shawcroft 55eb1730b8
Merge remote-tracking branch 'adafruit/master' into tweak_pixelbuf
2020-01-30 10:59:21 -08:00
..
_bleio PacketBuffer.packet_size was returning bool instead of int 2020-01-27 17:10:56 -05:00
_pew
_pixelbuf Encapsulate buffers inside PixelBuf and refactor it. 2020-01-24 18:23:07 -08:00
_stage circuitpython-stage: allow choosing background color 2020-01-30 15:24:04 +01:00
analogio Fix unsafe floating point comparison 2019-10-14 09:13:35 +02:00
audiobusio shared-bindings: I2SOut: Ensure object is deinitialised 2019-11-25 09:53:55 -06:00
audiocore audiosample: convert to use a protocol 2019-12-04 09:31:52 -06:00
audioio audioio: correct trivial typo 2019-10-27 16:42:18 -05:00
audiomixer audiosample: convert to use a protocol 2019-12-04 09:31:52 -06:00
audiomp3 fix doc build error 2020-01-06 09:26:32 -06:00
audiopwmio docs: correct audiomixer refs 2019-08-25 14:57:29 -05:00
bitbangio More size_t usage 2019-08-27 12:49:46 -07:00
board make UART.write be blocking on SAMD; add timeout property 2019-11-27 13:05:29 -05:00
busio protocols: Allow them to be (optionally) type-safe 2019-12-04 09:29:57 -06:00
digitalio
displayio Tweak error messages to reduce code size. 2020-01-29 17:32:07 -08:00
fontio
frequencyio
gamepad
gamepadshift
i2cslave
math
microcontroller revert error 2019-11-15 13:04:25 -05:00
multiterminal
neopixel_write Improve rST consistency for rst2pyi use 2019-05-30 19:02:47 -07:00
network
nvm Revert subscr signature change 2019-12-13 14:29:15 -05:00
os os: Don't require an on-stack buffer 2020-01-08 09:43:13 -06:00
ps2io Refactor deinit check to reduce code size. 2019-06-12 11:36:43 -07:00
pulseio Revert subscr signature change 2019-12-13 14:29:15 -05:00
random Merge branch 'master' into new-pixelbuf-api 2019-12-20 19:22:27 -05:00
rotaryio
rtc Improve documentation for `rtc`. 2019-10-23 15:48:34 -07:00
socket protocols: Allow them to be (optionally) type-safe 2019-12-04 09:29:57 -06:00
storage Improve rST consistency for rst2pyi use 2019-05-30 19:02:47 -07:00
struct
supervisor
terminalio protocols: Allow them to be (optionally) type-safe 2019-12-04 09:29:57 -06:00
time time: struct_time: allow construction like a namedtuple, too 2019-11-26 08:45:44 -06:00
touchio Detect lack of pulldown; check for pin in use 2019-08-19 23:40:34 -04:00
uheap Improve rST consistency for rst2pyi use 2019-05-30 19:02:47 -07:00
usb_hid
usb_midi protocols: Allow them to be (optionally) type-safe 2019-12-04 09:29:57 -06:00
ustack
wiznet
help.c
index.rst
support_matrix.rst
util.c
util.h