Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ProGamerCode
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
docs
library
on
1.x
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 10, 2017
Merge tag 'v1.8.7'
Show description for dfb61f0
tannewt
committed
dfb61f0
View commit details
Copy full SHA for dfb61f0
View code at this point
Browse repository at this point
Commits on Jan 7, 2017
docs/usocket: Clarify that socket timeout raises OSError exception.
pfalcon
committed
a1a8f01
View commit details
Copy full SHA for a1a8f01
View code at this point
Browse repository at this point
Commits on Jan 6, 2017
docs/library/esp: Remove para and add further warning about flash.
Show description for 36ec5c8
dpgeorge
committed
36ec5c8
View commit details
Copy full SHA for 36ec5c8
View code at this point
Browse repository at this point
Update more docs to say CircuitPython and clarify driver support.
tannewt
committed
00a507c
View commit details
Copy full SHA for 00a507c
View code at this point
Browse repository at this point
Commits on Jan 4, 2017
docs/library/esp: Document esp.set_native_code_location() function.
dpgeorge
committed
c3f70c6
View commit details
Copy full SHA for c3f70c6
View code at this point
Browse repository at this point
Commits on Dec 30, 2016
docs/library/machine.I2C: Fix I2C constructor docs to match impl.
dpgeorge
committed
d377c83
View commit details
Copy full SHA for d377c83
View code at this point
Browse repository at this point
Commits on Dec 14, 2016
docs/library/pyb.UART: Moved writechar doc to sit with other writes.
lorenzschmid
authored and
dpgeorge
committed
a5b3c7e
View commit details
Copy full SHA for a5b3c7e
View code at this point
Browse repository at this point
docs/library/pyb.UART: Added clarification about timeouts.
lorenzschmid
authored and
dpgeorge
committed
0caac94
View commit details
Copy full SHA for 0caac94
View code at this point
Browse repository at this point
Commits on Dec 2, 2016
docs/library/pyb.Accel: Add hardware note about pins used by accel.
peterhinch
authored and
dpgeorge
committed
46e59c5
View commit details
Copy full SHA for 46e59c5
View code at this point
Browse repository at this point
Commits on Nov 23, 2016
docs/library/machine.I2C: Refine definitions of I2C methods.
dpgeorge
committed
63a5df3
View commit details
Copy full SHA for 63a5df3
View code at this point
Browse repository at this point
Commits on Nov 15, 2016
docs/library/index: Elaborate on u-modules.
Show description for 64db408
pfalcon
committed
64db408
View commit details
Copy full SHA for 64db408
View code at this point
Browse repository at this point
Commits on Nov 14, 2016
docs: Remove references to readall() and update stream read() docs.
dpgeorge
committed
a392b3a
View commit details
Copy full SHA for a392b3a
View code at this point
Browse repository at this point
Commits on Nov 11, 2016
stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers.
Show description for c4e58ea
dpgeorge
committed
c4e58ea
View commit details
Copy full SHA for c4e58ea
View code at this point
Browse repository at this point
Commits on Nov 9, 2016
docs/library/machine.Pin: Update Pin docs to align with new HW API.
dpgeorge
committed
3e5e4f9
View commit details
Copy full SHA for 3e5e4f9
View code at this point
Browse repository at this point
Commits on Oct 31, 2016
docs/utime: Add docs for ticks_add(), improvements for other ticks_*().
pfalcon
committed
805f7ea
View commit details
Copy full SHA for 805f7ea
View code at this point
Browse repository at this point
docs/utime: Remove only:: for ticks_diff().
Show description for 8679d9e
pfalcon
committed
8679d9e
View commit details
Copy full SHA for 8679d9e
View code at this point
Browse repository at this point
Commits on Oct 30, 2016
docs/utime: Describe new semantics of ticks_diff() (signed ring arithmetics).
pfalcon
committed
d60ad5c
View commit details
Copy full SHA for d60ad5c
View code at this point
Browse repository at this point
docs/utime: Document ticks_cpu() in more detail.
Show description for 153665f
pfalcon
committed
153665f
View commit details
Copy full SHA for 153665f
View code at this point
Browse repository at this point
docs/library/index: Update TOCs so builtins sorted before modules.
pfalcon
committed
7219a18
View commit details
Copy full SHA for 7219a18
View code at this point
Browse repository at this point
Commits on Oct 28, 2016
docs/library/network: Typo fixes, consistent acronym capitalization.
pfalcon
committed
c28f9df
View commit details
Copy full SHA for c28f9df
View code at this point
Browse repository at this point
docs/library/network: Reword intro paragraph.
pfalcon
committed
b9a8868
View commit details
Copy full SHA for b9a8868
View code at this point
Browse repository at this point
Commits on Oct 25, 2016
docs/machine.SPI.rst: Fix typos and formatting, clarify.
Show description for 67c91df
pfalcon
committed
67c91df
View commit details
Copy full SHA for 67c91df
View code at this point
Browse repository at this point
docs/library/builtins: Add docs for delattr and slice.
dpgeorge
committed
f1b2b1b
View commit details
Copy full SHA for f1b2b1b
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
docs/library/machine.SPI: Remove spurious "of".
dpgeorge
committed
266e4ac
View commit details
Copy full SHA for 266e4ac
View code at this point
Browse repository at this point
Commits on Oct 17, 2016
docs/machine.SPI: Improve descriptions of xfer methods.
Show description for f12047f
dpgeorge
committed
f12047f
View commit details
Copy full SHA for f12047f
View code at this point
Browse repository at this point
docs/machine.SPI: Bring up to date with Hardware API, make vendor-neutral.
pfalcon
committed
a0b2f48
View commit details
Copy full SHA for a0b2f48
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
docs/uos: Add uos.statvfs() documentation.
hosaka
authored and
dpgeorge
committed
00c1fc6
View commit details
Copy full SHA for 00c1fc6
View code at this point
Browse repository at this point
Commits on Oct 4, 2016
stmhal/usb: Add support to receive USB HID messages from host.
philandstuff
authored and
dpgeorge
committed
eb239b8
View commit details
Copy full SHA for eb239b8
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
extmod/machine_i2c: Add support for the addrsize parameter in mem xfers.
Show description for 219245e
deshipu
authored and
dpgeorge
committed
219245e
View commit details
Copy full SHA for 219245e
View code at this point
Browse repository at this point
Commits on Sep 23, 2016
docs/library/machine: Update description of disable/enable IRQ funcs.
dpgeorge
committed
eeb9d99
View commit details
Copy full SHA for eeb9d99
View code at this point
Browse repository at this point
Commits on Sep 18, 2016
docs/library/pyb.SPI: init(): Describe "bits" argument.
Show description for 4ab3eef
pfalcon
committed
4ab3eef
View commit details
Copy full SHA for 4ab3eef
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.
Show description for f3b5480
dpgeorge
committed
f3b5480
View commit details
Copy full SHA for f3b5480
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
docs/library/machine.WDT: Add that WDT is available on pyboard.
dpgeorge
committed
4a9542c
View commit details
Copy full SHA for 4a9542c
View code at this point
Browse repository at this point
Commits on Aug 29, 2016
docs/library: Add reference for pyb.usb_mode and pyb.USB_HID.
philandstuff
authored and
dpgeorge
committed
0f8b1ba
View commit details
Copy full SHA for 0f8b1ba
View code at this point
Browse repository at this point
Commits on Aug 17, 2016
docs/library/machine.WDT: Add note that WDT is only available on WiPy.
dpgeorge
committed
64c5a94
View commit details
Copy full SHA for 64c5a94
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.