Skip to content

Merge from original adafruit:master #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 44 commits into from
Sep 17, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
c1f1e50
Fix potentially broken symlinks in CharLCDPlate.
Mar 31, 2013
36306a7
fixed open_by_key
matjaz Apr 6, 2013
e285397
Update Adafruit_CharLCDPlate.py
kenrbell May 3, 2013
28de852
Update Adafruit_I2C to use new-style classes
corburn May 17, 2013
dbb04b6
Update Adafruit_VCNL4000.py
shinncchen Dec 28, 2013
de18938
Fixed missing blink method and comments change
fernandofussuma Jan 11, 2014
2bb6dc1
Update mcp3008.py
shinncchen Jan 14, 2014
eec1116
added file .gitignore
davidmmiller Apr 20, 2014
99a2955
Merge pull request #75 from davidmmiller/add_gitignore
microbuilder Apr 21, 2014
35c2379
Added bargraph library and example for Adafruit product 1721
boxysean May 14, 2014
1bb8f6d
updated comments
boxysean May 14, 2014
c07439a
removed bus changes
boxysean May 14, 2014
7d2ef0a
prevent segfault caused by bitidx++
larsks May 16, 2014
7152d6d
Merge pull request #80 from larsks/master
tdicola May 31, 2014
fc3dd6c
Mark Adafruit_DHT_Driver code as deprecated and point at new Adafruit…
tdicola Jun 9, 2014
49edcb8
Merge pull request #39 from matjaz/master
tdicola Jun 10, 2014
fa0a792
Add deprecation note to BMP085 code with pointer to new BMP085/180 se…
tdicola Jun 19, 2014
b6bd43d
Fix getPiRevision to check for revision value 0002 or 0003 as rev 1 b…
tdicola Jun 19, 2014
d9c0bbb
Fix bug with readS16 not returning signed results, and add optional e…
tdicola Jun 19, 2014
cfd736d
Remove debug log from readS16 to prevent double logging.
tdicola Jun 19, 2014
0924803
Fix bug in calling readU16 from readS16.
tdicola Jun 19, 2014
4d92bf1
Fixed: PWM servo driver did not reset properly during initialization.
sebastianludwig Jun 19, 2014
47a75a2
Passing debug flag from PWM to Adafruit_I2C.
sebastianludwig Jun 19, 2014
0780adb
Addition to fix in 4d92bf1: ending sleep of PCA9685 in PWM servo driv…
sebastianludwig Jun 19, 2014
11263c4
Merge pull request #82 from adafruit/i2c_fixes
tdicola Jun 20, 2014
b11ed08
Merge pull request #45 from corburn/i2c
tdicola Jun 20, 2014
e7ce458
Extended fix in 4d92bf1 to work if more than one PCA9685 is connected…
sebastianludwig Jun 21, 2014
c090f6b
Merge pull request #79 from boxysean/master
tdicola Jun 27, 2014
79ae33a
The gain value was missing the last two digits.
asheeshr Jul 14, 2014
d3ff417
Merge pull request #86 from asheeshr/patch-1
microbuilder Jul 14, 2014
349fbb2
Resolve #65 by adding optional backlight parameter which defaults on …
tdicola Jul 14, 2014
24fd2f4
Resolve #43 and resolve #44 by adding 20x4 LCD support and 20x4 example.
tdicola Jul 14, 2014
1f1931a
Merge pull request #37 from ebissett/master
tdicola Jul 14, 2014
4de28dd
Merge pull request #70 from fernandofussuma/master
tdicola Jul 14, 2014
f8085fe
Make char LCD spaces/tabs consistent and clean up to be close to pep8…
tdicola Jul 15, 2014
b11eda5
Resolve #30 #31 #32 by fixing MCP230xx_GPIO class parameter order and…
tdicola Jul 15, 2014
5d38766
Merge pull request #41 from kenrbell/patch-1
tdicola Jul 15, 2014
57f5589
Merge pull request #83 from sebastianludwig/master
tdicola Jul 26, 2014
c9cb4cc
Merge pull request #71 from shinncchen/patch-2
tdicola Jul 27, 2014
8fc168f
Merge pull request #69 from shinncchen/patch-1
tdicola Jul 27, 2014
1df4e74
fix spelling mistake in ex_7segment_clock.py
wmalik Aug 2, 2014
33e530e
Merge pull request #88 from wmalik/master
tdicola Aug 3, 2014
400ca3e
Improved git clone link in README.md
Frozenfire92 Sep 12, 2014
bf50dd3
Merge pull request #95 from Frozenfire92/patch-1
tdicola Sep 16, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Python specific .gitignore
# GitHub recommended entries from https://github.com/github/gitignore

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/_build/
2 changes: 1 addition & 1 deletion Adafruit_ADS1x15/ads1x15_ex_singleended.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def signal_handler(signal, frame):
ADS1115 = 0x01 # 16-bit ADC

# Select the gain
# gain = 61 # +/- 6.144V
# gain = 6144 # +/- 6.144V
gain = 4096 # +/- 4.096V
# gain = 2048 # +/- 2.048V
# gain = 1024 # +/- 1.024V
Expand Down
5 changes: 5 additions & 0 deletions Adafruit_BMP085/DEPRECATED.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This BMP085 sensor library has been deprecated in favor of a new version that supports both the Raspberry Pi and Beaglebone Black.

You can find the new library with installation instructions at this github repository: https://github.com/adafruit/Adafruit_Python_BMP

You can also find a tutorial on using this library at: https://learn.adafruit.com/using-the-bmp085-with-raspberry-pi/using-the-adafruit-bmp-python-library
Loading