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 }}
todbot
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
tests
circuitpython
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 12, 2026
Add note panning test
relic-se
committed
dfa5515
View commit details
Copy full SHA for dfa5515
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
Fix ruff formatting
relic-se
committed
174af2e
View commit details
Copy full SHA for 174af2e
View code at this point
Browse repository at this point
Add stereo filter tests
relic-se
committed
167dcdb
View commit details
Copy full SHA for 167dcdb
View code at this point
Browse repository at this point
Commits on Feb 15, 2026
os.getenv() now always returns str; add supervisor.get_setting() to fetch typed objects
dhalbert
committed
4b2111e
View commit details
Copy full SHA for 4b2111e
View code at this point
Browse repository at this point
Commits on Oct 5, 2025
Allow subclassing deque
dhalbert
committed
ea15d74
View commit details
Copy full SHA for ea15d74
View code at this point
Browse repository at this point
Commits on Apr 23, 2025
Updated tests
gamblor21
committed
ea35839
View commit details
Copy full SHA for ea35839
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
Initial replacement of old `Biquad` with `BlockBiquad`
relic-se
committed
05a50b8
View commit details
Copy full SHA for 05a50b8
View code at this point
Browse repository at this point
Commits on Mar 26, 2025
Merge pull request #10185 from jepler/issue10175
Show description for 81d96ac
dhalbert
authored
81d96ac
View commit details
Copy full SHA for 81d96ac
View code at this point
Browse repository at this point
improve test
Show description for 17497e4
jepler
committed
17497e4
View commit details
Copy full SHA for 17497e4
View code at this point
Browse repository at this point
Commits on Feb 8, 2025
Fix filters again
jepler
committed
6054810
View commit details
Copy full SHA for 6054810
View code at this point
Browse repository at this point
Audiofilter: Add support for block biquads
Show description for 8b20c84
jepler
committed
8b20c84
View commit details
Copy full SHA for 8b20c84
View code at this point
Browse repository at this point
Commits on Feb 5, 2025
Switch to ruff like MicroPython
tannewt
committed
e277540
View commit details
Copy full SHA for e277540
View code at this point
Browse repository at this point
Commits on Dec 4, 2024
MP3Decoder: clear out DSP data when opening a new stream
Show description for 22abf2d
jepler
committed
22abf2d
View commit details
Copy full SHA for 22abf2d
View code at this point
Browse repository at this point
Commits on Nov 10, 2024
Merge pull request #9756 from jepler/synthio-blockbiquad
Show description for 92ef410
gamblor21
authored
92ef410
View commit details
Copy full SHA for 92ef410
View code at this point
Browse repository at this point
Commits on Nov 7, 2024
BlockBiquad: Use `Q` as argument name
Show description for c06e6ee
jepler
committed
c06e6ee
View commit details
Copy full SHA for c06e6ee
View code at this point
Browse repository at this point
Commits on Nov 5, 2024
Add audiodelays & audioeffects to unix coverage port
Show description for f8afdcb
jepler
committed
f8afdcb
View commit details
Copy full SHA for f8afdcb
View code at this point
Browse repository at this point
Commits on Nov 4, 2024
Updated expected results for synthesizer_note test.
relic-se
committed
fd24006
View commit details
Copy full SHA for fd24006
View code at this point
Browse repository at this point
fix tests & add expected results
jepler
committed
a3d7eb6
View commit details
Copy full SHA for a3d7eb6
View code at this point
Browse repository at this point
Add basic block biquad test
jepler
committed
53bd93c
View commit details
Copy full SHA for 53bd93c
View code at this point
Browse repository at this point
Commits on May 22, 2024
Merge branch '9.0.x' of https://github.com/adafruit/circuitpython into 9.0.5-merge-to-main
dhalbert
committed
40e4e97
View commit details
Copy full SHA for 40e4e97
View code at this point
Browse repository at this point
Commits on May 21, 2024
Fix chaining non-built-in exceptions
jepler
committed
49cbbd1
View commit details
Copy full SHA for 49cbbd1
View code at this point
Browse repository at this point
Add tests for chained exceptions (failing)
jepler
committed
41eee0d
View commit details
Copy full SHA for 41eee0d
View code at this point
Browse repository at this point
Commits on May 14, 2024
synthio: Calculate LFO.value at construction
Show description for 9e878f7
jepler
committed
9e878f7
View commit details
Copy full SHA for 9e878f7
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
Add floppyio to unix port, test mfm decoding
jepler
committed
1be36bd
View commit details
Copy full SHA for 1be36bd
View code at this point
Browse repository at this point
Commits on Mar 29, 2024
settings.toml: explicitly check that strings must be quoted
jepler
committed
ce64daa
View commit details
Copy full SHA for ce64daa
View code at this point
Browse repository at this point
Commits on Feb 5, 2024
remove if, remove +/- 1, add blit test
FoamyGuy
committed
3c969c4
View commit details
Copy full SHA for 3c969c4
View code at this point
Browse repository at this point
Commits on Jan 30, 2024
Fix copying B to G in bitmapfilter.blend
jepler
committed
8b30494
View commit details
Copy full SHA for 8b30494
View code at this point
Browse repository at this point
Commits on Jan 29, 2024
Update expected result with the additional test vectors
jepler
committed
e089f32
View commit details
Copy full SHA for e089f32
View code at this point
Browse repository at this point
Add `bitmapfilter.blend`
Show description for 943825f
jepler
committed
943825f
View commit details
Copy full SHA for 943825f
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
Require use of the ChannelMixer / ChannelScaler types in mix()
Show description for 961a63b
jepler
committed
961a63b
View commit details
Copy full SHA for 961a63b
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
tests: Remove file that should not have been added.
jepler
committed
2e9e3fe
View commit details
Copy full SHA for 2e9e3fe
View code at this point
Browse repository at this point
Commits on Jan 15, 2024
Remove morph9, we're tight on flash space as it is
Show description for 0c36c15
jepler
committed
0c36c15
View commit details
Copy full SHA for 0c36c15
View code at this point
Browse repository at this point
remove unused code
jepler
committed
42a822d
View commit details
Copy full SHA for 42a822d
View code at this point
Browse repository at this point
Commits on Jan 12, 2024
Add, test morph9
Show description for 6e553e7
jepler
committed
6e553e7
View commit details
Copy full SHA for 6e553e7
View code at this point
Browse repository at this point
Add false_color
jepler
committed
6d30ff5
View commit details
Copy full SHA for 6d30ff5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.