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
examples
on
travis-esp8266
User selector
All users
All time
Commit history
Commits on Aug 5, 2016
examples/network: Split recv- and read-based HTTP servers.
Show description for 3d19adf
pfalcon
committed
3d19adf
View commit details
Copy full SHA for 3d19adf
View code at this point
Browse repository at this point
Commits on Jul 31, 2016
tests/machine_mem.py: Too non-portable, rework as an example for unix port.
pfalcon
committed
eb0e3ba
View commit details
Copy full SHA for eb0e3ba
View code at this point
Browse repository at this point
Commits on Jul 22, 2016
examples/http_client*: Be sure to close socket.
Show description for 614deb8
pfalcon
committed
614deb8
View commit details
Copy full SHA for 614deb8
View code at this point
Browse repository at this point
examples/embedding: Add README.
pfalcon
committed
4d4cfc2
View commit details
Copy full SHA for 4d4cfc2
View code at this point
Browse repository at this point
examples/embedding: Example for embedding MicroPython in an app.
pfalcon
committed
1e77e25
View commit details
Copy full SHA for 1e77e25
View code at this point
Browse repository at this point
Commits on Jul 10, 2016
examples/http_server*: Update for buffered-like streams (read line by line).
Show description for e3f0f31
pfalcon
committed
e3f0f31
View commit details
Copy full SHA for e3f0f31
View code at this point
Browse repository at this point
Commits on Jun 17, 2016
examples/unix/ffi_example.py: Remove TODO, make output more clear.
pfalcon
committed
7053621
View commit details
Copy full SHA for 7053621
View code at this point
Browse repository at this point
examples/unix/ffi_example.py: Update for current "ffi" module API.
pfalcon
committed
ecfd8e1
View commit details
Copy full SHA for ecfd8e1
View code at this point
Browse repository at this point
Commits on May 2, 2016
examples/network/: Use getaddrinfo() result in easy way.
Show description for c2d8855
pfalcon
committed
c2d8855
View commit details
Copy full SHA for c2d8855
View code at this point
Browse repository at this point
Commits on Apr 28, 2016
examples/http_server_ssl.py: HTTPS server example.
pfalcon
committed
8fcfaf6
View commit details
Copy full SHA for 8fcfaf6
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.