Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thomasbabuj/Adafruit-Raspberry-Pi-Python-Code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: adafruit/Adafruit-Raspberry-Pi-Python-Code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Mar 31, 2013

  1. Fix potentially broken symlinks in CharLCDPlate.

    Ethan Bissett committed Mar 31, 2013
    Copy the full SHA
    c1f1e50 View commit details

Commits on Apr 6, 2013

  1. fixed open_by_key

    matjaz committed Apr 6, 2013
    Copy the full SHA
    36306a7 View commit details

Commits on May 3, 2013

  1. 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.
    kenrbell committed May 3, 2013
    Copy the full SHA
    e285397 View commit details

Commits on May 17, 2013

  1. Copy the full SHA
    28de852 View commit details

Commits on Aug 19, 2013

  1. Removed readU16Rev, readS16Rev

    KTOWN committed Aug 19, 2013
    Copy the full SHA
    69bb1f2 View commit details
  2. Copy the full SHA
    6ce7476 View commit details
  3. More accurate altitude calculations

    KTOWN committed Aug 19, 2013
    Copy the full SHA
    457b4d0 View commit details
  4. Labeled values

    KTOWN committed Aug 19, 2013
    Copy the full SHA
    4c46868 View commit details

Commits on Aug 20, 2013

  1. Fixed bug with bits 8-15, improved sample code

    KTOWN committed Aug 20, 2013
    Copy the full SHA
    3c5d3af View commit details
  2. Fixed indents

    KTOWN committed Aug 20, 2013
    Copy the full SHA
    b72da09 View commit details

Commits on Aug 28, 2013

  1. Update README.md

    add license specifically
    ladyada committed Aug 28, 2013
    Copy the full SHA
    339d4b3 View commit details

Commits on Sep 2, 2013

  1. Updated 16 bit reads to local functions

    KTOWN committed Sep 2, 2013
    Copy the full SHA
    7e950cf View commit details

Commits on Sep 20, 2013

  1. add dhtreader example

    houqp committed Sep 20, 2013
    Copy the full SHA
    3e05872 View commit details
  2. Copy the full SHA
    23afef4 View commit details

Commits on Sep 22, 2013

  1. Copy the full SHA
    71fc4a3 View commit details

Commits on Sep 25, 2013

  1. Tabs to four spaces

    Kevin Townsend committed Sep 25, 2013
    Copy the full SHA
    ee62bcb View commit details

Commits on Sep 27, 2013

  1. Merge pull request adafruit#62 from houqp/dhtreader

    DHT python library - makes no changes to existing code
    ladyada committed Sep 27, 2013
    Copy the full SHA
    0967182 View commit details

Commits on Nov 1, 2013

  1. Update README.md

    ladyada committed Nov 1, 2013
    Copy the full SHA
    15522b5 View commit details

Commits on Nov 25, 2013

  1. Added gain and sample rate placeholders

    KTOWN committed Nov 25, 2013
    Copy the full SHA
    00adf3d View commit details

Commits on Dec 9, 2013

  1. Adding MCP3002.py

    Modified MCP3008.py to support MCP3002
    driverblock committed Dec 9, 2013
    Copy the full SHA
    2d4678f View commit details

Commits on Dec 28, 2013

  1. Update Adafruit_VCNL4000.py

    add a function to read ambient light from VCNL4000 sensor
    shinncchen committed Dec 28, 2013
    Copy the full SHA
    dbb04b6 View commit details

Commits on Jan 11, 2014

  1. Copy the full SHA
    de18938 View commit details

Commits on Jan 14, 2014

  1. Update mcp3008.py

    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
    shinncchen committed Jan 14, 2014
    Copy the full SHA
    2bb6dc1 View commit details

Commits on Apr 20, 2014

  1. added file .gitignore

    davidmmiller committed Apr 20, 2014
    Copy the full SHA
    eec1116 View commit details

Commits on Apr 21, 2014

  1. Merge pull request adafruit#75 from davidmmiller/add_gitignore

    added file .gitignore
    microbuilder committed Apr 21, 2014
    Copy the full SHA
    99a2955 View commit details

Commits on May 14, 2014

  1. Copy the full SHA
    35c2379 View commit details
  2. updated comments

    boxysean committed May 14, 2014
    Copy the full SHA
    1bb8f6d View commit details
  3. removed bus changes

    boxysean committed May 14, 2014
    Copy the full SHA
    c07439a View commit details

Commits on May 16, 2014

  1. 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.
    larsks committed May 16, 2014
    Copy the full SHA
    7d2ef0a View commit details

Commits on May 31, 2014

  1. Merge pull request adafruit#80 from larsks/master

    prevent segfault caused by bitidx++
    tdicola committed May 31, 2014
    Copy the full SHA
    7152d6d View commit details

Commits on Jun 9, 2014

  1. Copy the full SHA
    fc3dd6c View commit details

Commits on Jun 10, 2014

  1. Merge pull request adafruit#39 from matjaz/master

    fixed DHT Google docs open_by_key
    tdicola committed Jun 10, 2014
    Copy the full SHA
    49edcb8 View commit details

Commits on Jun 19, 2014

  1. Copy the full SHA
    fa0a792 View commit details
  2. Copy the full SHA
    b6bd43d View commit details
  3. Fix bug with readS16 not returning signed results, and add optional e…

    …xplicit endian parameter to 16 bit reads.
    tdicola committed Jun 19, 2014
    Copy the full SHA
    d9c0bbb View commit details
  4. Copy the full SHA
    cfd736d View commit details
  5. Copy the full SHA
    0924803 View commit details
  6. Copy the full SHA
    4d92bf1 View commit details
  7. Copy the full SHA
    47a75a2 View commit details
  8. Copy the full SHA
    0780adb View commit details

Commits on Jun 20, 2014

  1. Merge pull request adafruit#82 from adafruit/i2c_fixes

    Fix bugs with getPiRevision and readS16
    tdicola committed Jun 20, 2014
    Copy the full SHA
    11263c4 View commit details
  2. Merge pull request adafruit#45 from corburn/i2c

    Update Adafruit_I2C to use new-style classes
    tdicola committed Jun 20, 2014
    Copy the full SHA
    b11ed08 View commit details

Commits on Jun 21, 2014

  1. 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.
    sebastianludwig committed Jun 21, 2014
    Copy the full SHA
    e7ce458 View commit details

Commits on Jun 27, 2014

  1. Merge pull request adafruit#79 from boxysean/master

    Bi-Color bargraph interface
    tdicola committed Jun 27, 2014
    Copy the full SHA
    c090f6b View commit details

Commits on Jul 14, 2014

  1. The gain value was missing the last two digits.

    Similar to other settings, the gain is 4 digits long.
    asheeshr committed Jul 14, 2014
    Copy the full SHA
    79ae33a View commit details
  2. Merge pull request adafruit#86 from asheeshr/patch-1

    The gain value was missing the last two digits.
    microbuilder committed Jul 14, 2014
    Copy the full SHA
    d3ff417 View commit details
  3. Resolve adafruit#65 by adding optional backlight parameter which defa…

    …ults on to init function.
    tdicola committed Jul 14, 2014
    Copy the full SHA
    349fbb2 View commit details
  4. Resolve adafruit#43 and resolve adafruit#44 by adding 20x4 LCD suppor…

    …t and 20x4 example.
    tdicola committed Jul 14, 2014
    Copy the full SHA
    24fd2f4 View commit details
  5. Merge pull request adafruit#37 from ebissett/master

    Fix potentially broken symlinks in CharLCDPlate.
    tdicola committed Jul 14, 2014
    Copy the full SHA
    1f1931a View commit details
  6. Merge pull request adafruit#70 from fernandofussuma/master

    Fixed missing blink method and comments change
    tdicola committed Jul 14, 2014
    Copy the full SHA
    4de28dd View commit details
Showing with 82 additions and 3,973 deletions.
  1. +56 −0 .gitignore
  2. +0 −722 Adafruit_ADS1x15/Adafruit_ADS1x15.py
  3. +0 −1 Adafruit_ADS1x15/Adafruit_I2C.py
  4. +0 −30 Adafruit_ADS1x15/ads1x15_ex_comparator.py
  5. +0 −27 Adafruit_ADS1x15/ads1x15_ex_differential.py
  6. +0 −25 Adafruit_ADS1x15/ads1x15_ex_singleended.py
  7. +0 −247 Adafruit_BMP085/Adafruit_BMP085.py
  8. +0 −25 Adafruit_BMP085/Adafruit_BMP085_example.py
  9. +0 −69 Adafruit_BMP085/Adafruit_BMP085_googledocs_ex.py
  10. +0 −1 Adafruit_BMP085/Adafruit_I2C.py
  11. +0 −261 Adafruit_CharLCD/Adafruit_CharLCD.py
  12. +0 −24 Adafruit_CharLCD/Adafruit_CharLCD_IPclock_example.py
  13. +0 −1 Adafruit_CharLCD/Adafruit_I2C.py
  14. +0 −479 Adafruit_CharLCDPlate/Adafruit_CharLCDPlate.py
  15. +0 −1 Adafruit_CharLCDPlate/Adafruit_I2C.py
  16. +0 −1 Adafruit_CharLCDPlate/Adafruit_MCP230xx.py
  17. +0 −37 Adafruit_CharLCDPlate/LCDtest.py
  18. BIN Adafruit_DHT_Driver/Adafruit_DHT
  19. +0 −148 Adafruit_DHT_Driver/Adafruit_DHT.c
  20. +0 −72 Adafruit_DHT_Driver/Adafruit_DHT_googledocs.ex.py
  21. +0 −10 Adafruit_DHT_Driver/Makefile
  22. +0 −170 Adafruit_I2C/Adafruit_I2C.py
  23. +0 −52 Adafruit_LEDBackpack/Adafruit_7Segment.py
  24. +0 −75 Adafruit_LEDBackpack/Adafruit_8x8.py
  25. +0 −1 Adafruit_LEDBackpack/Adafruit_I2C.py
  26. +0 −87 Adafruit_LEDBackpack/Adafruit_LEDBackpack.py
  27. +0 −29 Adafruit_LEDBackpack/ex_7segment_clock.py
  28. +0 −23 Adafruit_LEDBackpack/ex_8x8_color_pixels.py
  29. +0 −22 Adafruit_LEDBackpack/ex_8x8_pixels.py
  30. +0 −81 Adafruit_LEDpixels/Adafruit_LEDpixels.py
  31. +0 −1 Adafruit_LSM303/Adafruit_I2C.py
  32. +0 −122 Adafruit_LSM303/Adafruit_LSM303.py
  33. +0 −1 Adafruit_MCP230xx/Adafruit_I2C.py
  34. +0 −223 Adafruit_MCP230xx/Adafruit_MCP230xx.py
  35. +0 −94 Adafruit_MCP3008/mcp3008.py
  36. +0 −1 Adafruit_MCP4725/Adafruit_I2C.py
  37. +0 −35 Adafruit_MCP4725/Adafruit_MCP4725.py
  38. +0 −172 Adafruit_MCP4725/sinewave.py
  39. +0 −1 Adafruit_PWM_Servo_Driver/Adafruit_I2C.py
  40. +0 −67 Adafruit_PWM_Servo_Driver/Adafruit_PWM_Servo_Driver.py
  41. +0 −36 Adafruit_PWM_Servo_Driver/Servo_Example.py
  42. +0 −170 Adafruit_TCS34725/Adafruit_I2C.py
  43. +0 −220 Adafruit_TCS34725/Adafruit_TCS34725.py
  44. +0 −23 Adafruit_TCS34725/Adafruit_TCS34725_Example.py
  45. +0 −1 Adafruit_VCNL4000/Adafruit_I2C.py
  46. +0 −54 Adafruit_VCNL4000/Adafruit_VCNL4000.py
  47. +0 −17 Adafruit_VCNL4000/Adafruit_VCNL4000_example.py
  48. +26 −14 README.md
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/
Loading