circuitpython/shared-bindings
Alec Delaney 9d83b319b3 Add Learn guide link to CPY Essentials for analogio 2022-05-04 14:27:10 -04:00
..
__future__ add annotations to __future__; don't generate __future__ stubs 2022-03-10 11:19:35 -05:00
_bleio Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
_eve circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
_pew Merge pull request #5466 from jepler/merge-1.17 2021-10-15 23:34:31 -04:00
_stage circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
adafruit_bus_device bus device: properly register submodules 2022-02-19 08:39:51 -06:00
adafruit_pixelbuf circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
aesio circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
alarm Merge remote-tracking branch 'adafruit/7.2.x' into merge_7.2.2 2022-03-15 13:56:11 -07:00
analogio Add Learn guide link to CPY Essentials for analogio 2022-05-04 14:27:10 -04:00
atexit Convert more modules to use MP_REGISTER_MODULE 2021-08-25 20:48:55 -04:00
audiobusio Change reference of "libraries" to "classes 2022-02-08 12:20:28 -05:00
audiocore circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
audioio circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
audiomixer circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
audiomp3 Update note in MP3Decoder 2022-04-30 15:18:05 -06:00
audiopwmio circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
bitbangio circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
bitmaptools bitmaptools: add missing types 2021-12-22 11:16:38 -06:00
bitops
board Add link to CPY Essentials Learn guide for board module 2022-05-04 14:26:52 -04:00
busio Fix board module additions 2022-05-04 13:49:47 -04:00
camera camera: Update camera_make_new arguments 2021-11-17 16:42:47 +01:00
canio Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
countio Fix countio.Counter.__init__ type hints 2022-03-16 14:54:49 +11:00
digitalio Add CPY essential learn guide link to digitalio 2022-05-04 13:57:37 -04:00
displayio Add Learn guide link to displayio 2022-05-04 14:01:03 -04:00
dualbank
floppyio fix types 2022-01-13 19:33:10 -06:00
fontio Provide a protocol for `Font`s 2021-12-27 10:31:35 -06:00
framebufferio circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
frequencyio Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
gamepadshift Rename make_new's parameter to `all_args` 2021-10-15 13:49:33 -05:00
getpass
gifio gifio: Add dithered output 2021-10-27 10:54:31 -05:00
gnss Rename make_new's parameter to `all_args` 2021-10-15 13:49:33 -05:00
i2cperipheral circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
imagecapture Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
ipaddress Rename make_new's parameter to `all_args` 2021-10-15 13:49:33 -05:00
is31fl3741 Doc changes 2022-01-31 16:23:07 -06:00
keypad fix the keypad doc 2022-04-15 21:51:40 +02:00
math Change value of base in math.log to e 2022-04-19 13:27:46 -04:00
mdns Fix the docs 2022-03-18 14:56:20 -07:00
memorymonitor Rename make_new's parameter to `all_args` 2021-10-15 13:49:33 -05:00
microcontroller Delete Left Over Comments 2022-04-20 04:10:16 -04:00
msgpack add circuitpython_typing. to some annotations; generalize extract_pyi.pi 2022-02-28 21:27:24 -05:00
multiterminal
neopixel_write Add inofrmation about NeoPixels in neopixel_write module 2022-05-04 14:20:48 -04:00
nvm
onewireio Rename make_new's parameter to `all_args` 2021-10-15 13:49:33 -05:00
os Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
paralleldisplay paralleldisplay: reset and read pins should be optional 2022-03-05 18:54:12 +01:00
ps2io Rename make_new's parameter to `all_args` 2021-10-15 13:49:33 -05:00
pulseio pulseio doc example little fix 2022-01-22 20:39:26 +01:00
pwmio Add CircuitPython Essentials Learn guide link to pwmio 2022-05-04 13:59:04 -04:00
qrio Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
rainbowio rainbowio: No need for the ternary here 2021-11-12 17:31:15 -06:00
random Add return type for 3-argument random.randrange() 2022-04-19 16:14:01 -04:00
rgbmatrix Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
rotaryio Always configure the second PCNT channel. 2022-03-31 20:00:34 +01:00
rtc spresense: Fix time.time() 2021-11-30 12:38:48 +01:00
sdcardio circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
sdioio circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
sharpdisplay Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
socketpool Add missing self in function doc 2022-03-21 10:49:07 -07:00
ssl Add methods to ssl.SSLContext for handling self-signed certs 2021-12-14 01:00:50 +00:00
storage Add link to CPY Essentials Learn guide for storage module 2022-05-04 14:04:07 -04:00
struct
supervisor rework auto-reload delay logic 2022-03-11 14:03:04 -05:00
synthio circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing 2021-12-22 11:14:21 -06:00
terminalio fix REPL terminal garbled characters upon code.py finished 2022-02-21 14:58:16 -06:00
time Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
touchio Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
traceback traceback: fix for crash on non-native exceptions 2021-12-15 12:29:21 +05:30
uheap
usb Tweaks from review 2022-03-11 10:51:50 -08:00
usb_cdc
usb_hid Enable support for extended HID usage page and usage. Related to Support HID Usage Pages and Usages >255 #5529 2022-04-05 13:54:07 +12:00
usb_host Start of USB host API 2022-03-07 18:07:25 -08:00
usb_midi
ustack
vectorio add color_index property to docstring 2022-03-20 09:51:42 -05:00
watchdog Add documentation for watchdog.WatchDogTimeout 2022-04-29 11:41:22 -06:00
wifi update types 2022-03-03 18:47:04 -06:00
zlib Improve help text 2022-04-02 09:19:30 -05:00
help.rst
index.rst
support_matrix.rst
util.c
util.h