This repository was archived by the owner on Sep 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 679
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 3 files changed
- 1 contributor
Commits on Feb 13, 2013
-
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.
Configuration menu - View commit details
-
Copy full SHA for 26795f4 - Browse repository at this point
Copy the full SHA 26795f4View commit details
Commits on Feb 14, 2013
-
Configuration menu - View commit details
-
Copy full SHA for c48fe0d - Browse repository at this point
Copy the full SHA c48fe0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 466ef2f - Browse repository at this point
Copy the full SHA 466ef2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 466f773 - Browse repository at this point
Copy the full SHA 466f773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3025234 - Browse repository at this point
Copy the full SHA 3025234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6af2219 - Browse repository at this point
Copy the full SHA 6af2219View commit details -
Original Code from Adafruit made Pep8 with all tabs removed
so indent = 4 spaces
Configuration menu - View commit details
-
Copy full SHA for d957bcb - Browse repository at this point
Copy the full SHA d957bcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d03735 - Browse repository at this point
Copy the full SHA 9d03735View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a4f34 - Browse repository at this point
Copy the full SHA c5a4f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8978603 - Browse repository at this point
Copy the full SHA 8978603View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ab25d - Browse repository at this point
Copy the full SHA e0ab25dView commit details
Commits on Feb 17, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 1d408f9 - Browse repository at this point
Copy the full SHA 1d408f9View commit details
Commits on Mar 3, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 0b33613 - Browse repository at this point
Copy the full SHA 0b33613View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master