Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.
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: adafruit/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: bbkiwi/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
  • 13 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 13, 2013

  1. Indentation is a mixture of tabs and spaces which confused webide. So…

    … tidied this up.
    
    Unfortunately this is hard for diff to handle, so the changes appear as big blocks of code
    being removed and other blocks being added.
    
    CharLCDPlate.py Added more routines - ToggleCursor(), blink(), ToggleBlink(),
       read4bits(), readBF()
    In particular implemented Reading BF and Address and ReadingRAM
    Implemented  waitBFlow() which can replace a time delay
    Tidied up comments for many of the routines, as they did not accurately
    reflect what they do.
    
    MCP230xx.py
      Fixed some bugs
        config(self, pin, mode) did not maintain a 16bit record of the I/O state of
             of the pins.
        input(self, pin, check=True)
             fixed to return either 0 or 1 rather then 0 or various non-zero values
             added parameter which defaults to previous rountine, but allows asserstion
                    to be skipped - to enable experimenting reading 'output' pins
    
         Removed orphaned code after return in output(self, pin, value)
         All the low level rountines readU8, readS8 etc. where indented so they were
            sub function of input and no used there, and inaccessible in the class
            Moved indentation and modified may to use the i2c routines more efficiently.
    bbkiwi committed Feb 13, 2013
    Configuration menu
    Copy the full SHA
    26795f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2013

  1. No Tabs only spaces

    bbkiwi committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    c48fe0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    466ef2f View commit details
    Browse the repository at this point in the history
  3. Original Code

    bbkiwi committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    466f773 View commit details
    Browse the repository at this point in the history
  4. removed file

    bbkiwi committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    3025234 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6af2219 View commit details
    Browse the repository at this point in the history
  6. Original Code from Adafruit made Pep8 with all tabs removed

      so indent = 4 spaces
    bbkiwi committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    d957bcb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d03735 View commit details
    Browse the repository at this point in the history
  8. Original Adafruit_MCP230xx.py

    bbkiwi committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    c5a4f34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8978603 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0ab25d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2013

  1. Configuration menu
    Copy the full SHA
    1d408f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2013

  1. Improved MCP230xx.py

    bbkiwi committed Mar 3, 2013
    Configuration menu
    Copy the full SHA
    0b33613 View commit details
    Browse the repository at this point in the history
Loading