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
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 }}
microbuilder
/
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
drivers
on
sdcard
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 10, 2017
Merge tag 'v1.8.7'
Show description for dfb61f0
tannewt
committed
dfb61f0
View commit details
Copy full SHA for dfb61f0
View code at this point
Browse repository at this point
Commits on Jan 8, 2017
drivers/onewire/ds18x20: Fix negative temperature calc for DS18B20.
syndycat
authored and
dpgeorge
committed
b2611d6
View commit details
Copy full SHA for b2611d6
View code at this point
Browse repository at this point
Commits on Jan 3, 2017
drivers/onewire: Enable pull up on data pin.
Show description for 3c84197
dhylands
authored and
dpgeorge
committed
3c84197
View commit details
Copy full SHA for 3c84197
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
drivers/display/ssd1306.py: Update to use FrameBuffer not FrameBuffer1
deshipu
authored and
dpgeorge
committed
eb09336
View commit details
Copy full SHA for eb09336
View code at this point
Browse repository at this point
Commits on Nov 14, 2016
Merge tag 'v1.8.6'
Show description for bd36873
tannewt
committed
bd36873
View commit details
Copy full SHA for bd36873
View code at this point
Browse repository at this point
Commits on Nov 3, 2016
drivers: Add "from micropython import const" when const is used.
Show description for 7bb0f7b
dpgeorge
committed
7bb0f7b
View commit details
Copy full SHA for 7bb0f7b
View code at this point
Browse repository at this point
Commits on Oct 21, 2016
py: Specialise builtin funcs to use separate type for fixed arg count.
Show description for 571e6f2
dpgeorge
committed
571e6f2
View commit details
Copy full SHA for 571e6f2
View code at this point
Browse repository at this point
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Show description for 4ebdb1f
dpgeorge
committed
4ebdb1f
View commit details
Copy full SHA for 4ebdb1f
View code at this point
Browse repository at this point
Commits on Oct 20, 2016
drivers: Remove SSD1306 driver, it lives in separate micropython-adafruit-ssd1306 repo now.
tdicola
committed
a23cc5a
View commit details
Copy full SHA for a23cc5a
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
driver/dht: Use mp_raise_OSError helper function.
dpgeorge
committed
e3d2999
View commit details
Copy full SHA for e3d2999
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
drivers/sdcard: Port the SDCard driver to new machine API.
Show description for ce1c786
deshipu
authored and
dpgeorge
committed
ce1c786
View commit details
Copy full SHA for ce1c786
View code at this point
Browse repository at this point
Commits on Jul 11, 2016
drivers/wiznet5k: Fix indentation so it's not misleading.
Show description for dfe056d
dpgeorge
committed
dfe056d
View commit details
Copy full SHA for dfe056d
View code at this point
Browse repository at this point
Commits on Jun 26, 2016
drivers/display/ssd1306: Add width arg and support 64px wide displays.
Show description for ab8a5d5
deshipu
authored and
dpgeorge
committed
ab8a5d5
View commit details
Copy full SHA for ab8a5d5
View code at this point
Browse repository at this point
Commits on Jun 3, 2016
drivers/display/ssd1306: update SSD1306_SPI to work with new API
Show description for 43c8f54
deshipu
authored and
dpgeorge
committed
43c8f54
View commit details
Copy full SHA for 43c8f54
View code at this point
Browse repository at this point
Commits on May 31, 2016
extmod: Add machine time_pulse_us function (at C and Python level).
Show description for 4940bee
dpgeorge
committed
4940bee
View commit details
Copy full SHA for 4940bee
View code at this point
Browse repository at this point
Commits on May 26, 2016
drivers: Add C-level function to read DHT11 and DHT22 devices.
Show description for 48a7ef0
dpgeorge
committed
48a7ef0
View commit details
Copy full SHA for 48a7ef0
View code at this point
Browse repository at this point
Commits on May 10, 2016
drivers/cc3000: Rename timeval to cc3000_timeval, to avoid clash.
Show description for ce2d34d
dpgeorge
committed
ce2d34d
View commit details
Copy full SHA for ce2d34d
View code at this point
Browse repository at this point
Commits on Apr 12, 2016
drivers: Add SSD1306 OLED driver, with I2C and SPI interfaces.
dpgeorge
committed
73bc0c2
View commit details
Copy full SHA for 73bc0c2
View code at this point
Browse repository at this point
Commits on Feb 2, 2016
drivers/sdcard: Add support for multi-block read/write; add SD test.
peterhinch
authored and
dpgeorge
committed
2bd758f
View commit details
Copy full SHA for 2bd758f
View code at this point
Browse repository at this point
Commits on Oct 9, 2015
drivers/sdcard: Allow up to 5 retries to initialise SD card.
Show description for 2465222
dpgeorge
committed
2465222
View commit details
Copy full SHA for 2465222
View code at this point
Browse repository at this point
Commits on Sep 18, 2015
drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip.
Show description for b0c08c8
dpgeorge
committed
b0c08c8
View commit details
Copy full SHA for b0c08c8
View code at this point
Browse repository at this point
Commits on Jul 30, 2015
drivers/onewire: Fix ds18x20.read_temp so it works when no rom given.
dpgeorge
committed
a95b06f
View commit details
Copy full SHA for a95b06f
View code at this point
Browse repository at this point
Commits on Apr 18, 2015
stmhal: Remove std.h. It's not needed anymore.
dpgeorge
committed
2764a8e
View commit details
Copy full SHA for 2764a8e
View code at this point
Browse repository at this point
Commits on Mar 15, 2015
drivers: Update CC3100 driver library to SDK release version 1.1.0.
danicampora
committed
2b8a718
View commit details
Copy full SHA for 2b8a718
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
drivers: Add onewire driver and ds18x20 temperature sensor driver.
dpgeorge
committed
9be0d59
View commit details
Copy full SHA for 9be0d59
View code at this point
Browse repository at this point
Commits on Feb 22, 2015
drivers/cc3100: Remove simplelink trace messages completely.
Show description for 5687ce7
danicampora
committed
5687ce7
View commit details
Copy full SHA for 5687ce7
View code at this point
Browse repository at this point
Commits on Feb 21, 2015
drivers/cc3100: Remove dependence on debug.h.
dpgeorge
committed
3611c1d
View commit details
Copy full SHA for 3611c1d
View code at this point
Browse repository at this point
drivers/cc3100: Make wlan.c closer to TI original file.
danicampora
committed
1cf82a9
View commit details
Copy full SHA for 1cf82a9
View code at this point
Browse repository at this point
cc3200: Get compiling with CC3100 driver from drivers/ directory.
dpgeorge
committed
5ca1f5f
View commit details
Copy full SHA for 5ca1f5f
View code at this point
Browse repository at this point
cc3200: Move CC3100 driver from cc3200/simplelink to drivers/cc3100.
Show description for 49c2ad4
dpgeorge
committed
49c2ad4
View commit details
Copy full SHA for 49c2ad4
View code at this point
Browse repository at this point
Commits on Jan 7, 2015
drivers/cc3000: Fix call to extint_register.
dpgeorge
committed
c223df5
View commit details
Copy full SHA for c223df5
View code at this point
Browse repository at this point
Commits on Jan 1, 2015
stmhal: Prefix includes with py/; remove need for -I../py.
dpgeorge
committed
2cf6dfa
View commit details
Copy full SHA for 2cf6dfa
View code at this point
Browse repository at this point
Commits on Dec 27, 2014
drivers: Add SD card driver, controlled via SPI bus.
dpgeorge
committed
1570eaf
View commit details
Copy full SHA for 1570eaf
View code at this point
Browse repository at this point
Commits on Dec 9, 2014
drivers, nrf24: Nonblocking send now uses send_start and send_done.
peterhinch
authored and
dpgeorge
committed
e6e8ad8
View commit details
Copy full SHA for e6e8ad8
View code at this point
Browse repository at this point
drivers, nrf24: Nonblocking send now done by generator.
peterhinch
authored and
dpgeorge
committed
7069559
View commit details
Copy full SHA for 7069559
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.