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 }}
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
on
mike_test
User selector
All users
All time
Commit history
Commits on Aug 8, 2017
docs: Add link to SD card driver.
tannewt
committed
37c72ad
View commit details
Copy full SHA for 37c72ad
View code at this point
Browse repository at this point
Commits on Jul 28, 2017
Update favicon to blinka.
tannewt
committed
9f6b828
View commit details
Copy full SHA for 9f6b828
View code at this point
Browse repository at this point
docs: Add links to NeoPixel and SimpleIO docs.
tannewt
committed
6446fcd
View commit details
Copy full SHA for 6446fcd
View code at this point
Browse repository at this point
Commits on Jul 19, 2017
docs: Minor updates before 1.0.0
tannewt
committed
bd4a975
View commit details
Copy full SHA for bd4a975
View code at this point
Browse repository at this point
Commits on Jul 14, 2017
docs: tweak css so a horizontal scroll bar shows up on the wide pinout tables. Fixes #166
tannewt
committed
af823e6
View commit details
Copy full SHA for af823e6
View code at this point
Browse repository at this point
Commits on Jun 28, 2017
docs: Typos and rename to CircuitPython.
tannewt
committed
265d5da
View commit details
Copy full SHA for 265d5da
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
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701
tannewt
committed
30ee701
View commit details
Copy full SHA for 30ee701
View code at this point
Browse repository at this point
Commits on Jun 19, 2017
docs: Update design guide for new DigitalInOut API.
tannewt
committed
97fcdfb
View commit details
Copy full SHA for 97fcdfb
View code at this point
Browse repository at this point
Commits on Jun 11, 2017
docs: Bump version to 1.9.1.
dpgeorge
committed
869cdcf
View commit details
Copy full SHA for 869cdcf
View code at this point
Browse repository at this point
Commits on Jun 7, 2017
docs: Add note about composition to the design guide.
tannewt
committed
9345562
View commit details
Copy full SHA for 9345562
View code at this point
Browse repository at this point
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 Jun 4, 2017
docs/network: First step to describe standard network class interface.
Show description for cd64b30
pfalcon
committed
cd64b30
View commit details
Copy full SHA for cd64b30
View code at this point
Browse repository at this point
Commits on Jun 3, 2017
docs/machine: Sort machine classes in logical order, not alphabetically.
Show description for f245f5d
pfalcon
committed
f245f5d
View commit details
Copy full SHA for f245f5d
View code at this point
Browse repository at this point
docs/uos: Move cc3200 port legacy VFS mounting functions to its ref doc.
Show description for e91b1cd
pfalcon
committed
e91b1cd
View commit details
Copy full SHA for e91b1cd
View code at this point
Browse repository at this point
docs/uos: Deconditionalize, remove minor port-specific details.
Show description for 1ce44f3
pfalcon
committed
1ce44f3
View commit details
Copy full SHA for 1ce44f3
View code at this point
Browse repository at this point
docs/network: Move confusingly-named cc3200 Server class to its reference.
Show description for 92206a7
pfalcon
committed
92206a7
View commit details
Copy full SHA for 92206a7
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
docs/esp8266/quickref: Polish Pin.on()/off() examples.
pfalcon
committed
22ca539
View commit details
Copy full SHA for 22ca539
View code at this point
Browse repository at this point
Commits on May 30, 2017
docs/esp8266: Consistently replace Pin.high/low methods with .on/off.
pfalcon
committed
272a5d9
View commit details
Copy full SHA for 272a5d9
View code at this point
Browse repository at this point
Commits on May 29, 2017
docs/machine.Pin: Add on() and off() methods.
pfalcon
committed
d5b8825
View commit details
Copy full SHA for d5b8825
View code at this point
Browse repository at this point
docs/machine.Pin: Remove out_value() method.
Show description for 3496d9e
pfalcon
committed
3496d9e
View commit details
Copy full SHA for 3496d9e
View code at this point
Browse repository at this point
various: Spelling fixes
scop
committed
ca16c38
View commit details
Copy full SHA for ca16c38
View code at this point
Browse repository at this point
Commits on May 26, 2017
docs: Bump version to 1.9.
dpgeorge
committed
825460a
View commit details
Copy full SHA for 825460a
View code at this point
Browse repository at this point
Commits on May 24, 2017
Doc tweaks to clarify external libraries, new boards and add HID library.
tannewt
committed
1280e91
View commit details
Copy full SHA for 1280e91
View code at this point
Browse repository at this point
Commits on May 21, 2017
library/machine.Pin: Remove .id() method and .board class attr.
Show description for 3ebd67f
pfalcon
committed
3ebd67f
View commit details
Copy full SHA for 3ebd67f
View code at this point
Browse repository at this point
Commits on May 19, 2017
docs/library/machine.UART: Update and improve uart.any() docs.
dpgeorge
committed
436d97b
View commit details
Copy full SHA for 436d97b
View code at this point
Browse repository at this point
Commits on May 17, 2017
docs/library/micropython: Document the newer micropython functions.
dpgeorge
committed
d007351
View commit details
Copy full SHA for d007351
View code at this point
Browse repository at this point
drivers/display/lcd160cr: Fix get_line method and enhance screen_dump.
Show description for f351c6d
dpgeorge
committed
f351c6d
View commit details
Copy full SHA for f351c6d
View code at this point
Browse repository at this point
docs: Change single occurrence of "Micropython" to "MicroPython".
dpgeorge
committed
e4a5357
View commit details
Copy full SHA for e4a5357
View code at this point
Browse repository at this point
Commits on May 14, 2017
docs/library/index: Add important summary of the intro section as warning.
Show description for d5713c8
pfalcon
committed
d5713c8
View commit details
Copy full SHA for d5713c8
View code at this point
Browse repository at this point
docs/machine.Signal: Add initial draft description of Signal class.
pfalcon
committed
0ba136f
View commit details
Copy full SHA for 0ba136f
View code at this point
Browse repository at this point
docs/machine.Pin: There's no toggle() method in MicroPython hardware API.
Show description for c19f07b
pfalcon
committed
c19f07b
View commit details
Copy full SHA for c19f07b
View code at this point
Browse repository at this point
Commits on May 10, 2017
docs/library/uos: Add description of uos.ilistdir() function.
dpgeorge
committed
6d221fe
View commit details
Copy full SHA for 6d221fe
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
docs/library/machine.SPI: Fix formatting of bullet list to stop warning.
dpgeorge
committed
29b26f3
View commit details
Copy full SHA for 29b26f3
View code at this point
Browse repository at this point
docs/library/machine.I2C: Remove WiPy-specific return values.
Show description for 850f79e
dpgeorge
committed
850f79e
View commit details
Copy full SHA for 850f79e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.