forked from adafruit/Adafruit-Raspberry-Pi-Python-Code
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setting read/write on wrong bit in GPIOB. Bit 7 from display is in bit 1 of GPIOB. Need to set/clear correct bit in IODIRB.
add a function to read ambient light from VCNL4000 sensor
1) It allows readadc() to be imported and used as a function without the print log on other python file 2) The GPIO is cleanup if there is a KeyboardInterrupt
added file .gitignore
This patch modifies Adafruit_DHT_Driver/Adafruit_DHT.c so that the code that increments `bitidx` without bound is protected by #ifdef DEBUG. This prevents this code from generating a segfault if readDHT is called several times (which will ultimately cause bitidx to increment beyond the end of the bits array). Resolves github issue #78.
prevent segfault caused by bitidx++
…_Python_DHT library.
fixed DHT Google docs open_by_key
…xplicit endian parameter to 16 bit reads.
…er initialization.
Fix bugs with getPiRevision and readS16
Update Adafruit_I2C to use new-style classes
…. In the old version any subsequent board initialization reset all previously initialized boards.
Bi-Color bargraph interface
Similar to other settings, the gain is 4 digits long.
The gain value was missing the last two digits.
…to init function.
Fix potentially broken symlinks in CharLCDPlate.
Fixed missing blink method and comments change
Update Adafruit_CharLCDPlate.py
Fixed PWM driver reset
Update mcp3008.py
Update Adafruit_VCNL4000.py
fix spelling mistake in ex_7segment_clock.py
Improved git clone link in README.md
randymxj
added a commit
that referenced
this pull request
Sep 17, 2014
Merge from original adafruit:master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.