Skip to content

Commit

Permalink
refactoring whitespace and license note
Browse files Browse the repository at this point in the history
  • Loading branch information
eastein committed Aug 28, 2012
1 parent 42499c7 commit 1be303f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mcp3008.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
Here is a growing collection of libraries and example python scripts for controlling a variety of Adafruit electronics with a Raspberry Pi
Expand All @@ -11,8 +9,9 @@
To download, we suggest logging into your Pi with Internet accessibility and typing: git clone https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code.git
Refactored into a class structure and pluggable access objects added by Eric Stein
Refactored into a class structure and pluggable access objects added by Eric Stein. Modifications BSD as well.
"""

import RPi.GPIO as GPIO
import threading

Expand Down

0 comments on commit 1be303f

Please sign in to comment.