-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: thomasbabuj/Adafruit-Raspberry-Pi-Python-Code
base: master
head repository: adafruit/Adafruit-Raspberry-Pi-Python-Code
compare: master
Commits on Mar 31, 2013
-
Fix potentially broken symlinks in CharLCDPlate.
Ethan Bissett committedMar 31, 2013 Configuration menu - View commit details
-
Copy full SHA for c1f1e50 - Browse repository at this point
Copy the full SHA c1f1e50View commit details
Commits on Apr 6, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 36306a7 - Browse repository at this point
Copy the full SHA 36306a7View commit details
Commits on May 3, 2013
-
Update Adafruit_CharLCDPlate.py
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.
Configuration menu - View commit details
-
Copy full SHA for e285397 - Browse repository at this point
Copy the full SHA e285397View commit details
Commits on May 17, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 28de852 - Browse repository at this point
Copy the full SHA 28de852View commit details
Commits on Aug 19, 2013
-
Removed readU16Rev, readS16Rev
KTOWN committedAug 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 69bb1f2 - Browse repository at this point
Copy the full SHA 69bb1f2View commit details -
Updated readU16/readS16 for correct 16-bit reads
KTOWN committedAug 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 6ce7476 - Browse repository at this point
Copy the full SHA 6ce7476View commit details -
More accurate altitude calculations
KTOWN committedAug 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 457b4d0 - Browse repository at this point
Copy the full SHA 457b4d0View commit details -
KTOWN committed
Aug 19, 2013 Configuration menu - View commit details
-
Copy full SHA for 4c46868 - Browse repository at this point
Copy the full SHA 4c46868View commit details
Commits on Aug 20, 2013
-
Fixed bug with bits 8-15, improved sample code
KTOWN committedAug 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 3c5d3af - Browse repository at this point
Copy the full SHA 3c5d3afView commit details -
KTOWN committed
Aug 20, 2013 Configuration menu - View commit details
-
Copy full SHA for b72da09 - Browse repository at this point
Copy the full SHA b72da09View commit details
Commits on Aug 28, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 339d4b3 - Browse repository at this point
Copy the full SHA 339d4b3View commit details
Commits on Sep 2, 2013
-
Updated 16 bit reads to local functions
KTOWN committedSep 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 7e950cf - Browse repository at this point
Copy the full SHA 7e950cfView commit details
Commits on Sep 20, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 3e05872 - Browse repository at this point
Copy the full SHA 3e05872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23afef4 - Browse repository at this point
Copy the full SHA 23afef4View commit details
Commits on Sep 22, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 71fc4a3 - Browse repository at this point
Copy the full SHA 71fc4a3View commit details
Commits on Sep 25, 2013
-
Kevin Townsend committed
Sep 25, 2013 Configuration menu - View commit details
-
Copy full SHA for ee62bcb - Browse repository at this point
Copy the full SHA ee62bcbView commit details
Commits on Sep 27, 2013
-
Merge pull request adafruit#62 from houqp/dhtreader
DHT python library - makes no changes to existing code
Configuration menu - View commit details
-
Copy full SHA for 0967182 - Browse repository at this point
Copy the full SHA 0967182View commit details
Commits on Nov 1, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 15522b5 - Browse repository at this point
Copy the full SHA 15522b5View commit details
Commits on Nov 25, 2013
-
Added gain and sample rate placeholders
KTOWN committedNov 25, 2013 Configuration menu - View commit details
-
Copy full SHA for 00adf3d - Browse repository at this point
Copy the full SHA 00adf3dView commit details
Commits on Dec 9, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 2d4678f - Browse repository at this point
Copy the full SHA 2d4678fView commit details
Commits on Dec 28, 2013
-
add a function to read ambient light from VCNL4000 sensor
Configuration menu - View commit details
-
Copy full SHA for dbb04b6 - Browse repository at this point
Copy the full SHA dbb04b6View commit details
Commits on Jan 11, 2014
-
Configuration menu - View commit details
-
Copy full SHA for de18938 - Browse repository at this point
Copy the full SHA de18938View commit details
Commits on Jan 14, 2014
-
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
Configuration menu - View commit details
-
Copy full SHA for 2bb6dc1 - Browse repository at this point
Copy the full SHA 2bb6dc1View commit details
Commits on Apr 20, 2014
-
Configuration menu - View commit details
-
Copy full SHA for eec1116 - Browse repository at this point
Copy the full SHA eec1116View commit details
Commits on Apr 21, 2014
-
Merge pull request adafruit#75 from davidmmiller/add_gitignore
added file .gitignore
Configuration menu - View commit details
-
Copy full SHA for 99a2955 - Browse repository at this point
Copy the full SHA 99a2955View commit details
Commits on May 14, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 35c2379 - Browse repository at this point
Copy the full SHA 35c2379View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb8f6d - Browse repository at this point
Copy the full SHA 1bb8f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c07439a - Browse repository at this point
Copy the full SHA c07439aView commit details
Commits on May 16, 2014
-
prevent segfault caused by bitidx++
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 adafruit#78.
Configuration menu - View commit details
-
Copy full SHA for 7d2ef0a - Browse repository at this point
Copy the full SHA 7d2ef0aView commit details
Commits on May 31, 2014
-
Merge pull request adafruit#80 from larsks/master
prevent segfault caused by bitidx++
Configuration menu - View commit details
-
Copy full SHA for 7152d6d - Browse repository at this point
Copy the full SHA 7152d6dView commit details
Commits on Jun 9, 2014
-
Mark Adafruit_DHT_Driver code as deprecated and point at new Adafruit…
…_Python_DHT library.
Configuration menu - View commit details
-
Copy full SHA for fc3dd6c - Browse repository at this point
Copy the full SHA fc3dd6cView commit details
Commits on Jun 10, 2014
-
Merge pull request adafruit#39 from matjaz/master
fixed DHT Google docs open_by_key
Configuration menu - View commit details
-
Copy full SHA for 49edcb8 - Browse repository at this point
Copy the full SHA 49edcb8View commit details
Commits on Jun 19, 2014
-
Configuration menu - View commit details
-
Copy full SHA for fa0a792 - Browse repository at this point
Copy the full SHA fa0a792View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6bd43d - Browse repository at this point
Copy the full SHA b6bd43dView commit details -
Fix bug with readS16 not returning signed results, and add optional e…
…xplicit endian parameter to 16 bit reads.
Configuration menu - View commit details
-
Copy full SHA for d9c0bbb - Browse repository at this point
Copy the full SHA d9c0bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfd736d - Browse repository at this point
Copy the full SHA cfd736dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0924803 - Browse repository at this point
Copy the full SHA 0924803View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d92bf1 - Browse repository at this point
Copy the full SHA 4d92bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a75a2 - Browse repository at this point
Copy the full SHA 47a75a2View commit details -
Addition to fix in 4d92bf1: ending sleep of PCA9685 in PWM servo driv…
…er initialization.
Configuration menu - View commit details
-
Copy full SHA for 0780adb - Browse repository at this point
Copy the full SHA 0780adbView commit details
Commits on Jun 20, 2014
-
Merge pull request adafruit#82 from adafruit/i2c_fixes
Fix bugs with getPiRevision and readS16
Configuration menu - View commit details
-
Copy full SHA for 11263c4 - Browse repository at this point
Copy the full SHA 11263c4View commit details -
Merge pull request adafruit#45 from corburn/i2c
Update Adafruit_I2C to use new-style classes
Configuration menu - View commit details
-
Copy full SHA for b11ed08 - Browse repository at this point
Copy the full SHA b11ed08View commit details
Commits on Jun 21, 2014
-
Extended fix in 4d92bf1 to work if more than one PCA9685 is connected…
…. In the old version any subsequent board initialization reset all previously initialized boards.
Configuration menu - View commit details
-
Copy full SHA for e7ce458 - Browse repository at this point
Copy the full SHA e7ce458View commit details
Commits on Jun 27, 2014
-
Merge pull request adafruit#79 from boxysean/master
Bi-Color bargraph interface
Configuration menu - View commit details
-
Copy full SHA for c090f6b - Browse repository at this point
Copy the full SHA c090f6bView commit details
Commits on Jul 14, 2014
-
The gain value was missing the last two digits.
Similar to other settings, the gain is 4 digits long.
Configuration menu - View commit details
-
Copy full SHA for 79ae33a - Browse repository at this point
Copy the full SHA 79ae33aView commit details -
Merge pull request adafruit#86 from asheeshr/patch-1
The gain value was missing the last two digits.
Configuration menu - View commit details
-
Copy full SHA for d3ff417 - Browse repository at this point
Copy the full SHA d3ff417View commit details -
Resolve adafruit#65 by adding optional backlight parameter which defa…
…ults on to init function.
Configuration menu - View commit details
-
Copy full SHA for 349fbb2 - Browse repository at this point
Copy the full SHA 349fbb2View commit details -
Resolve adafruit#43 and resolve adafruit#44 by adding 20x4 LCD suppor…
…t and 20x4 example.
Configuration menu - View commit details
-
Copy full SHA for 24fd2f4 - Browse repository at this point
Copy the full SHA 24fd2f4View commit details -
Merge pull request adafruit#37 from ebissett/master
Fix potentially broken symlinks in CharLCDPlate.
Configuration menu - View commit details
-
Copy full SHA for 1f1931a - Browse repository at this point
Copy the full SHA 1f1931aView commit details -
Merge pull request adafruit#70 from fernandofussuma/master
Fixed missing blink method and comments change
Configuration menu - View commit details
-
Copy full SHA for 4de28dd - Browse repository at this point
Copy the full SHA 4de28ddView commit details
There are no files selected for viewing