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 }}
pdp7
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
examples
on
parse-bytecode
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 2, 2016
examples/http_client_ssl.py: HTTPS client example.
pfalcon
committed
4f2d59e
View commit details
Copy full SHA for 4f2d59e
View code at this point
Browse repository at this point
examples/http_server.py: Bind to 0.0.0.0, to be accessible from other hosts.
Show description for ec5f8db
pfalcon
committed
ec5f8db
View commit details
Copy full SHA for ec5f8db
View code at this point
Browse repository at this point
examples/http_server.py: Introduce main() function.
Show description for c07a03a
pfalcon
committed
c07a03a
View commit details
Copy full SHA for c07a03a
View code at this point
Browse repository at this point
examples/http_server.py: Refactor/simplify for Python 3.5.
pfalcon
committed
aa3fb7b
View commit details
Copy full SHA for aa3fb7b
View code at this point
Browse repository at this point
examples/http_client.py: Introduce main() function.
Show description for fd2b71f
pfalcon
committed
fd2b71f
View commit details
Copy full SHA for fd2b71f
View code at this point
Browse repository at this point
examples/http_client.py: Improve CPython compatibility in stream mode.
pfalcon
committed
a5d07c3
View commit details
Copy full SHA for a5d07c3
View code at this point
Browse repository at this point
Commits on Apr 1, 2016
example/http_client.py: Remove unused code.
pfalcon
committed
cef0738
View commit details
Copy full SHA for cef0738
View code at this point
Browse repository at this point
examples: http_client.py, http_server.py aren't just unix, move to network/.
pfalcon
committed
cf4b72b
View commit details
Copy full SHA for cf4b72b
View code at this point
Browse repository at this point
Commits on Jan 9, 2016
examples/unix: Rename example be importable as modules.
Show description for bae052d
pfalcon
committed
bae052d
View commit details
Copy full SHA for bae052d
View code at this point
Browse repository at this point
Commits on Nov 29, 2015
examples/accel_i2c.py: Switch to "machine" module.
pfalcon
committed
9d0d6d3
View commit details
Copy full SHA for 9d0d6d3
View code at this point
Browse repository at this point
Commits on Oct 28, 2015
examples: Add example of I2C usage, taking PyBoard accelerometer as subject.
pfalcon
committed
a2e0d92
View commit details
Copy full SHA for a2e0d92
View code at this point
Browse repository at this point
Commits on Oct 25, 2014
changed file paths to new names
turbinenreiter
authored and
dpgeorge
committed
91bd4e8
View commit details
Copy full SHA for 91bd4e8
View code at this point
Browse repository at this point
Commits on Oct 19, 2014
examples: Update conwaylife to work with new LCD API.
dpgeorge
committed
0c3955b
View commit details
Copy full SHA for 0c3955b
View code at this point
Browse repository at this point
Commits on Oct 9, 2014
unix: Rename "microsocket" module to "usocket".
Show description for 23b3b04
pfalcon
committed
23b3b04
View commit details
Copy full SHA for 23b3b04
View code at this point
Browse repository at this point
examples: Rename unix socket examples to have more precise naming (http).
pfalcon
committed
a2d8f98
View commit details
Copy full SHA for a2d8f98
View code at this point
Browse repository at this point
Commits on Aug 24, 2014
examples: Added pins.py example script to list pin config/af.
Show description for 1d8a064
dpgeorge
committed
1d8a064
View commit details
Copy full SHA for 1d8a064
View code at this point
Browse repository at this point
Commits on Jun 3, 2014
remove `__doc__ =` and fix tweak doc diffs
Metallicow
committed
3d5ffa8
View commit details
Copy full SHA for 3d5ffa8
View code at this point
Browse repository at this point
Commits on Jun 1, 2014
examples, switch: Make run_loop take sequence of LED objects.
dpgeorge
committed
517f292
View commit details
Copy full SHA for 517f292
View code at this point
Browse repository at this point
__doc__ switch, make importable, and easy to test
Metallicow
committed
9500e98
View commit details
Copy full SHA for 9500e98
View code at this point
Browse repository at this point
Add switch test example
Metallicow
committed
f94cc97
View commit details
Copy full SHA for f94cc97
View code at this point
Browse repository at this point
LED Fix
Metallicow
committed
fa82aa8
View commit details
Copy full SHA for fa82aa8
View code at this point
Browse repository at this point
Commits on May 10, 2014
py: Rename byte_code to bytecode everywhere.
Show description for 3417bc2
dpgeorge
committed
3417bc2
View commit details
Copy full SHA for 3417bc2
View code at this point
Browse repository at this point
Commits on May 5, 2014
examples, SDdatalogger: Add more comments; reduce power consumption.
dpgeorge
committed
fa2e701
View commit details
Copy full SHA for fa2e701
View code at this point
Browse repository at this point
Commits on May 4, 2014
deleted garbage
turbinenreiter
committed
98243cc
View commit details
Copy full SHA for 98243cc
View code at this point
Browse repository at this point
created SDdatalogger example
Sebastian Plamauer
committed
96e97ed
View commit details
Copy full SHA for 96e97ed
View code at this point
Browse repository at this point
updated to use new pyb.Accel() object
turbinenreiter
committed
c114565
View commit details
Copy full SHA for c114565
View code at this point
Browse repository at this point
updated to fit new acceleration and time/millis
Show description for 3526716
turbinenreiter
committed
3526716
View commit details
Copy full SHA for 3526716
View code at this point
Browse repository at this point
Commits on Apr 12, 2014
py: Big improvements to inline assembler.
Show description for 8721087
dpgeorge
committed
8721087
View commit details
Copy full SHA for 8721087
View code at this point
Browse repository at this point
examples: Add example script to flash an LED using inline assembler.
dpgeorge
committed
71dcd51
View commit details
Copy full SHA for 71dcd51
View code at this point
Browse repository at this point
Commits on Feb 14, 2014
ffi: Implement ffivar.get()/set() methods.
Show description for 8bc3516
pfalcon
committed
8bc3516
View commit details
Copy full SHA for 8bc3516
View code at this point
Browse repository at this point
Commits on Feb 8, 2014
Rename "rawsocket" module to "microsocket".
Show description for 9945f33
pfalcon
committed
9945f33
View commit details
Copy full SHA for 9945f33
View code at this point
Browse repository at this point
Commits on Jan 28, 2014
Add FFI module example.
pfalcon
committed
809eaa2
View commit details
Copy full SHA for 809eaa2
View code at this point
Browse repository at this point
Commits on Jan 26, 2014
sock-server.py: Use SO_REUSEADDR to avoid errors on quick restart.
pfalcon
committed
4795c58
View commit details
Copy full SHA for 4795c58
View code at this point
Browse repository at this point
Commits on Jan 24, 2014
Small edits to examples to get them working again with unix/micropython.
dpgeorge
committed
4461970
View commit details
Copy full SHA for 4461970
View code at this point
Browse repository at this point
Update conwaylife.py
Show description for b94a209
ugurthemaster
committed
b94a209
View commit details
Copy full SHA for b94a209
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.