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
Accelerator
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 }}
StackRduino
/
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
shared-bindings
busio
I2C.c
on
patch-2
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 25, 2020
Change I2C default to 100khz
Show description for b9d68bc
tannewt
committed
b9d68bc
View commit details
Copy full SHA for b9d68bc
View code at this point
Browse repository at this point
Commits on Aug 6, 2020
Modify some Python stubs
ciscorn
committed
56c898d
View commit details
Copy full SHA for 56c898d
View code at this point
Browse repository at this point
Commits on Jul 27, 2020
Fix several type hints
ciscorn
committed
d356581
View commit details
Copy full SHA for d356581
View code at this point
Browse repository at this point
Commits on Jul 24, 2020
Add and correct some type hints
ciscorn
committed
54a342a
View commit details
Copy full SHA for 54a342a
View code at this point
Browse repository at this point
Commits on Jul 23, 2020
Remove stop kwarg from I2C writeto.
Show description for 4b6e029
tannewt
committed
4b6e029
View commit details
Copy full SHA for 4b6e029
View code at this point
Browse repository at this point
Commits on Jul 3, 2020
Made every init return None
evaherrada
committed
d0d949c
View commit details
Copy full SHA for d0d949c
View code at this point
Browse repository at this point
Commits on Jul 2, 2020
Changed unions to ReadableBuffer and WriteableBuffer
evaherrada
committed
9b4ffc0
View commit details
Copy full SHA for 9b4ffc0
View code at this point
Browse repository at this point
Removed all 'self, )'
evaherrada
committed
54cb1fe
View commit details
Copy full SHA for 54cb1fe
View code at this point
Browse repository at this point
Made suggested changes
evaherrada
committed
522b17c
View commit details
Copy full SHA for 522b17c
View code at this point
Browse repository at this point
Changed bytearray to a union
evaherrada
committed
ac113fd
View commit details
Copy full SHA for ac113fd
View code at this point
Browse repository at this point
Did busio, fixed up analogio
evaherrada
committed
cb259de
View commit details
Copy full SHA for cb259de
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
Use main/selected terminology in docstrings
Show description for 9110e36
jepler
committed
9110e36
View commit details
Copy full SHA for 9110e36
View code at this point
Browse repository at this point
Commits on May 13, 2020
Swap sphinx to autoapi and the inline stubs
tannewt
committed
4e8de3c
View commit details
Copy full SHA for 4e8de3c
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
Added newlines after every ellipsis
evaherrada
committed
a2a32fe
View commit details
Copy full SHA for a2a32fe
View code at this point
Browse repository at this point
Fixed indentation
evaherrada
committed
093461e
View commit details
Copy full SHA for 093461e
View code at this point
Browse repository at this point
Did the same for the rest of busio
evaherrada
committed
deccdcc
View commit details
Copy full SHA for deccdcc
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
Fixed whitespace in busio
evaherrada
committed
724dcda
View commit details
Copy full SHA for 724dcda
View code at this point
Browse repository at this point
Commits on Apr 25, 2020
Added inline pyi to I2C.c
evaherrada
committed
28430a9
View commit details
Copy full SHA for 28430a9
View code at this point
Browse repository at this point
Commits on Mar 5, 2020
rename routines to be clearer; fix wiznet arg types
dhalbert
committed
817b5be
View commit details
Copy full SHA for 817b5be
View code at this point
Browse repository at this point
Commits on Feb 29, 2020
new pin validation routines; don't use mp_const_none if NULL will do
dhalbert
committed
b620640
View commit details
Copy full SHA for b620640
View code at this point
Browse repository at this point
Commits on Oct 29, 2019
Update I2C and SPI documentation
dhalbert
committed
43b8d5e
View commit details
Copy full SHA for 43b8d5e
View code at this point
Browse repository at this point
Commits on Aug 23, 2019
Use size_t and document buffers can be the same.
tannewt
committed
5662b58
View commit details
Copy full SHA for 5662b58
View code at this point
Browse repository at this point
Commits on Aug 22, 2019
Add writeto_then_readfrom to I2C API. Deprecate stop kwarg.
Show description for 82d436d
tannewt
committed
82d436d
View commit details
Copy full SHA for 82d436d
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Refactor deinit check to reduce code size.
tannewt
committed
a35d9b4
View commit details
Copy full SHA for a35d9b4
View code at this point
Browse repository at this point
Commits on May 31, 2019
Improve rST consistency for rst2pyi use
tannewt
committed
cfe24b8
View commit details
Copy full SHA for cfe24b8
View code at this point
Browse repository at this point
Commits on Mar 25, 2019
Reuse existing error message in busio.i2c
Show description for cc6fb45
deshipu
committed
cc6fb45
View commit details
Copy full SHA for cc6fb45
View code at this point
Browse repository at this point
Commits on Jan 15, 2019
Add subclass support to displayio.
Show description for 747f2cf
tannewt
committed
747f2cf
View commit details
Copy full SHA for 747f2cf
View code at this point
Browse repository at this point
Commits on Dec 3, 2018
UART changes: timeout in secs, write bytes, etc.
dhalbert
committed
80db2ce
View commit details
Copy full SHA for 80db2ce
View code at this point
Browse repository at this point
Commits on Aug 7, 2018
Support internationalisation.
tannewt
committed
933add6
View commit details
Copy full SHA for 933add6
View code at this point
Browse repository at this point
Commits on May 14, 2018
add timeout keyword to I2C - for bitbangio - ignored for busio
jerryneedell
committed
d6c2694
View commit details
Copy full SHA for d6c2694
View code at this point
Browse repository at this point
Commits on Jan 3, 2018
merge from 2.2.0 + fix up board defs
dhalbert
committed
065e820
View commit details
Copy full SHA for 065e820
View code at this point
Browse repository at this point
Commits on Oct 3, 2017
Do not allow a *io object to be used after deinit().
Show description for c478c10
dhalbert
authored and
tannewt
committed
c478c10
View commit details
Copy full SHA for c478c10
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
shared-bindings: Prevent check_lock from being optimized away. (#240)
Show description for 6467e3d
tannewt
authored and
dhalbert
committed
6467e3d
View commit details
Copy full SHA for 6467e3d
View code at this point
Browse repository at this point
Commits on Jun 7, 2017
shared-bindings: Update docs to remove with statements from examples but add more detail to the design guide about their use.
tannewt
committed
714521a
View commit details
Copy full SHA for 714521a
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
Switch to a shared piece of code to compute start and length of a
Show description for 939c004
tannewt
committed
939c004
View commit details
Copy full SHA for 939c004
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.