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
bitbangio
on
encoding
User selector
All users
Datepicker
All time
Commit history
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
Added type hints to bitbangio
evaherrada
committed
ffc5f0c
View commit details
Copy full SHA for ffc5f0c
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 May 1, 2020
Did audiopwmio, bitbangio, and _bleio
evaherrada
committed
0e465e6
View commit details
Copy full SHA for 0e465e6
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 Aug 27, 2019
More size_t usage
tannewt
committed
966a48b
View commit details
Copy full SHA for 966a48b
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 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 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 May 9, 2018
remove unnecessary comment
deanm1278
committed
82b5efa
View commit details
Copy full SHA for 82b5efa
View code at this point
Browse repository at this point
DM: add kwargs to bitbangio spi
deanm1278
committed
fba1e22
View commit details
Copy full SHA for fba1e22
View code at this point
Browse repository at this point
Commits on Feb 5, 2018
replace tabs with spaces
deanm1278
committed
68309c3
View commit details
Copy full SHA for 68309c3
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
DM: fix sytling
deanm1278
committed
0e13aba
View commit details
Copy full SHA for 0e13aba
View code at this point
Browse repository at this point
DM: added write_readinto to bitbangio
deanm1278
committed
a7f72eb
View commit details
Copy full SHA for a7f72eb
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 Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5e
dhalbert
committed
ef61b5e
View commit details
Copy full SHA for ef61b5e
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
Commits on Apr 12, 2017
atmel-samd: Rework status LED implementation
Show description for 4a4f29b
tannewt
committed
4a4f29b
View commit details
Copy full SHA for 4a4f29b
View code at this point
Browse repository at this point
Commits on Apr 10, 2017
Split up nativeio.
Show description for f28f8ba
tannewt
committed
f28f8ba
View commit details
Copy full SHA for f28f8ba
View code at this point
Browse repository at this point
Commits on Mar 25, 2017
Add low-level OneWire support class.
Show description for ff208d7
tannewt
committed
ff208d7
View commit details
Copy full SHA for ff208d7
View code at this point
Browse repository at this point
Commits on Mar 7, 2017
shared-bindings: Do a pass on the docs and make sure keyword only arguments make sense and are documented correctly. Fixes #109
tannewt
committed
4aaa0ea
View commit details
Copy full SHA for 4aaa0ea
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
shared-bindings: Fix two more try_locks. Copy and paste failed me.
tannewt
committed
7ecbc3a
View commit details
Copy full SHA for 7ecbc3a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.