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
Type
/
to 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 }}
flcs
/
Adafruit-Raspberry-Pi-Python-Code
Public
forked from
adafruit/Adafruit-Raspberry-Pi-Python-Code
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jul 15, 2014
Merge pull request #41 from kenrbell/patch-1
Show description for 5d38766
tdicola
committed
5d38766
View commit details
Copy full SHA for 5d38766
Browse repository at this point
Resolve #30 #31 #32 by fixing MCP230xx_GPIO class parameter order and adding CharLCD with MCP230xx example.
tdicola
committed
b11eda5
View commit details
Copy full SHA for b11eda5
Browse repository at this point
Make char LCD spaces/tabs consistent and clean up to be close to pep8 compliance.
tdicola
committed
f8085fe
View commit details
Copy full SHA for f8085fe
Browse repository at this point
Commits on Jul 14, 2014
Merge pull request #70 from fernandofussuma/master
Show description for 4de28dd
tdicola
committed
4de28dd
View commit details
Copy full SHA for 4de28dd
Browse repository at this point
Merge pull request #37 from ebissett/master
Show description for 1f1931a
tdicola
committed
1f1931a
View commit details
Copy full SHA for 1f1931a
Browse repository at this point
Resolve #43 and resolve #44 by adding 20x4 LCD support and 20x4 example.
tdicola
committed
24fd2f4
View commit details
Copy full SHA for 24fd2f4
Browse repository at this point
Resolve #65 by adding optional backlight parameter which defaults on to init function.
tdicola
committed
349fbb2
View commit details
Copy full SHA for 349fbb2
Browse repository at this point
Merge pull request #86 from asheeshr/patch-1
Show description for d3ff417
microbuilder
committed
d3ff417
View commit details
Copy full SHA for d3ff417
Browse repository at this point
The gain value was missing the last two digits.
Show description for 79ae33a
asheeshr
committed
79ae33a
View commit details
Copy full SHA for 79ae33a
Browse repository at this point
Commits on Jun 27, 2014
Merge pull request #79 from boxysean/master
Show description for c090f6b
tdicola
committed
c090f6b
View commit details
Copy full SHA for c090f6b
Browse repository at this point
Commits on Jun 20, 2014
Merge pull request #45 from corburn/i2c
Show description for b11ed08
tdicola
committed
b11ed08
View commit details
Copy full SHA for b11ed08
Browse repository at this point
Merge pull request #82 from adafruit/i2c_fixes
Show description for 11263c4
tdicola
committed
11263c4
View commit details
Copy full SHA for 11263c4
Browse repository at this point
Commits on Jun 19, 2014
Fix bug in calling readU16 from readS16.
tdicola
committed
0924803
View commit details
Copy full SHA for 0924803
Browse repository at this point
Remove debug log from readS16 to prevent double logging.
tdicola
committed
cfd736d
View commit details
Copy full SHA for cfd736d
Browse repository at this point
Fix bug with readS16 not returning signed results, and add optional explicit endian parameter to 16 bit reads.
tdicola
committed
d9c0bbb
View commit details
Copy full SHA for d9c0bbb
Browse repository at this point
Fix getPiRevision to check for revision value 0002 or 0003 as rev 1 boards.
tdicola
committed
b6bd43d
View commit details
Copy full SHA for b6bd43d
Browse repository at this point
Add deprecation note to BMP085 code with pointer to new BMP085/180 sensor library.
tdicola
committed
fa0a792
View commit details
Copy full SHA for fa0a792
Browse repository at this point
Commits on Jun 10, 2014
Merge pull request #39 from matjaz/master
Show description for 49edcb8
tdicola
committed
49edcb8
View commit details
Copy full SHA for 49edcb8
Browse repository at this point
Commits on Jun 9, 2014
Mark Adafruit_DHT_Driver code as deprecated and point at new Adafruit_Python_DHT library.
tdicola
committed
fc3dd6c
View commit details
Copy full SHA for fc3dd6c
Browse repository at this point
Commits on May 31, 2014
Merge pull request #80 from larsks/master
Show description for 7152d6d
tdicola
committed
7152d6d
View commit details
Copy full SHA for 7152d6d
Browse repository at this point
Commits on May 16, 2014
prevent segfault caused by bitidx++
Show description for 7d2ef0a
larsks
committed
7d2ef0a
View commit details
Copy full SHA for 7d2ef0a
Browse repository at this point
Commits on May 14, 2014
removed bus changes
boxysean
committed
c07439a
View commit details
Copy full SHA for c07439a
Browse repository at this point
updated comments
boxysean
committed
1bb8f6d
View commit details
Copy full SHA for 1bb8f6d
Browse repository at this point
Added bargraph library and example for Adafruit product 1721
boxysean
committed
35c2379
View commit details
Copy full SHA for 35c2379
Browse repository at this point
Commits on Apr 21, 2014
Merge pull request #75 from davidmmiller/add_gitignore
Show description for 99a2955
microbuilder
committed
99a2955
View commit details
Copy full SHA for 99a2955
Browse repository at this point
Commits on Apr 20, 2014
added file .gitignore
davidmmiller
committed
eec1116
View commit details
Copy full SHA for eec1116
Browse repository at this point
Commits on Jan 11, 2014
Fixed missing blink method and comments change
fernandofussuma
committed
de18938
View commit details
Copy full SHA for de18938
Browse repository at this point
Commits on Dec 9, 2013
Adding MCP3002.py
Show description for 2d4678f
driverblock
committed
2d4678f
View commit details
Copy full SHA for 2d4678f
Browse repository at this point
Commits on Nov 25, 2013
Added gain and sample rate placeholders
KTOWN
committed
00adf3d
View commit details
Copy full SHA for 00adf3d
Browse repository at this point
Commits on Nov 1, 2013
Update README.md
ladyada
committed
15522b5
View commit details
Copy full SHA for 15522b5
Browse repository at this point
Commits on Sep 27, 2013
Merge pull request #62 from houqp/dhtreader
Show description for 0967182
ladyada
committed
0967182
View commit details
Copy full SHA for 0967182
Browse repository at this point
Commits on Sep 25, 2013
Tabs to four spaces
Kevin Townsend
committed
ee62bcb
View commit details
Copy full SHA for ee62bcb
Browse repository at this point
Commits on Sep 22, 2013
Added code for ADXL345 accelerometer
PaintYourDragon
committed
71fc4a3
View commit details
Copy full SHA for 71fc4a3
Browse repository at this point
Commits on Sep 20, 2013
add Adafruit_DHT python implementation
houqp
committed
23afef4
View commit details
Copy full SHA for 23afef4
Browse repository at this point
add dhtreader example
houqp
committed
3e05872
View commit details
Copy full SHA for 3e05872
Browse repository at this point
Previous
Next
You can’t perform that action at this time.