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

Conversation

randymxj
Copy link
Owner

No description provided.

Ethan Bissett and others added 30 commits March 31, 2013 16:38
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
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++
fixed DHT Google docs open_by_key
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.
randymxj added a commit that referenced this pull request Sep 17, 2014
Merge from original adafruit:master
@randymxj randymxj merged commit 060b584 into randymxj:master Sep 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.