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-module
on
3.x
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 29, 2018
implement mp_hal_delay_us() to not need interrupts, and use it
dhalbert
committed
2a0b857
View commit details
Copy full SHA for 2a0b857
View code at this point
Browse repository at this point
fix OneWire timing and DigitalInOut.switch_to_input()
dhalbert
committed
52a1154
View commit details
Copy full SHA for 52a1154
View code at this point
Browse repository at this point
Commits on Jun 21, 2018
allow '/' to be mounted on '/' from Python code
dhalbert
committed
dbf1a2f
View commit details
Copy full SHA for dbf1a2f
View code at this point
Browse repository at this point
Commits on Jun 15, 2018
do not permit mounting over a directory or file with the same name as the mount point
dhalbert
committed
f152889
View commit details
Copy full SHA for f152889
View code at this point
Browse repository at this point
fix os.listdir() when current dir is '/'
dhalbert
committed
327b0f7
View commit details
Copy full SHA for 327b0f7
View code at this point
Browse repository at this point
Commits on Jun 14, 2018
Fix playing audio from SD card
dhalbert
committed
e724bc1
View commit details
Copy full SHA for e724bc1
View code at this point
Browse repository at this point
Commits on May 30, 2018
Add gamepad_singleton to root pointers
deshipu
committed
b219ce6
View commit details
Copy full SHA for b219ce6
View code at this point
Browse repository at this point
Commits on May 23, 2018
Remove volatile from the gamepad struct
deshipu
committed
42e36a8
View commit details
Copy full SHA for 42e36a8
View code at this point
Browse repository at this point
Avoid uninitialized gamepad on exception
Show description for 240678e
deshipu
committed
240678e
View commit details
Copy full SHA for 240678e
View code at this point
Browse repository at this point
Cache pullup state in gamepad
Show description for 52d05bb
deshipu
committed
52d05bb
View commit details
Copy full SHA for 52d05bb
View code at this point
Browse repository at this point
Commits on May 16, 2018
Reformat the error message
tannewt
authored
9a2cda7
View commit details
Copy full SHA for 9a2cda7
View code at this point
Browse repository at this point
Commits on May 14, 2018
remove #include py/nlr.h from I2C.c
jerryneedell
committed
d9f1b1f
View commit details
Copy full SHA for d9f1b1f
View code at this point
Browse repository at this point
revise to use mp_raise_msg insead of nlr_raise....
jerryneedell
committed
aa93097
View commit details
Copy full SHA for aa93097
View code at this point
Browse repository at this point
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 Apr 12, 2018
Add audio output support!
Show description for 28642ab
tannewt
committed
28642ab
View commit details
Copy full SHA for 28642ab
View code at this point
Browse repository at this point
Commits on Mar 31, 2018
Respect pin's pull in gamepad
Show description for 280374f
deshipu
committed
280374f
View commit details
Copy full SHA for 280374f
View code at this point
Browse repository at this point
Commits on Mar 28, 2018
Add storage.getmount to retrieve the mount object associated with a path
jepler
committed
c08f5a3
View commit details
Copy full SHA for c08f5a3
View code at this point
Browse repository at this point
factor out storage_object_from_path
jepler
committed
968763a
View commit details
Copy full SHA for 968763a
View code at this point
Browse repository at this point
Commits on Mar 26, 2018
Conditionally compile out nonstandard array/struct typecodes
Show description for 355bf8b
jepler
committed
355bf8b
View commit details
Copy full SHA for 355bf8b
View code at this point
Browse repository at this point
Commits on Mar 11, 2018
_stage: use 16 bit for coordinates to support larger screens
deshipu
committed
493c145
View commit details
Copy full SHA for 493c145
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: 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 Nov 2, 2017
Merge tag 'v1.9.3'
Show description for 7b393bc
tannewt
committed
7b393bc
View commit details
Copy full SHA for 7b393bc
View code at this point
Browse repository at this point
Commits on Oct 23, 2017
Gracefully reset the gamepad module
Show description for 1c97b7f
deshipu
authored and
tannewt
committed
1c97b7f
View commit details
Copy full SHA for 1c97b7f
View code at this point
Browse repository at this point
Commits on Oct 18, 2017
CircuitPython now has struct instead of ustruct (#302)
Show description for b41cbe9
mrmcwethy
authored and
tannewt
committed
b41cbe9
View commit details
Copy full SHA for b41cbe9
View code at this point
Browse repository at this point
Commits on Oct 3, 2017
Add a `gamepad` module for handling buttons in the background. (#295)
Show description for f498167
deshipu
authored and
tannewt
committed
f498167
View commit details
Copy full SHA for f498167
View code at this point
Browse repository at this point
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 Aug 7, 2017
esp8266: Introduce `multiterminal` module for managing a secondary
Show description for 6ace744
tannewt
committed
6ace744
View commit details
Copy full SHA for 6ace744
View code at this point
Browse repository at this point
Commits on Jul 23, 2017
Measure and report maximum stack usage. (#175)
Show description for f91493c
dhalbert
authored and
tannewt
committed
f91493c
View commit details
Copy full SHA for f91493c
View code at this point
Browse repository at this point
Commits on Jun 28, 2017
Change vfs mount ordering such that the root is always last in the
Show description for d6a24af
tannewt
committed
d6a24af
View commit details
Copy full SHA for d6a24af
View code at this point
Browse repository at this point
shared-module: Fix os.listdir to correctly return list rather than
Show description for c797f3c
tannewt
committed
c797f3c
View commit details
Copy full SHA for c797f3c
View code at this point
Browse repository at this point
Introduce a random module that is a subset of CPython's random. It
Show description for a0058e6
tannewt
committed
a0058e6
View commit details
Copy full SHA for a0058e6
View code at this point
Browse repository at this point
Commits on Jun 27, 2017
Split uos module into os and storage.
Show description for 778e975
tannewt
committed
778e975
View commit details
Copy full SHA for 778e975
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.