From 1be303f3edd596b174caccb8223aa8a36297d622 Mon Sep 17 00:00:00 2001 From: Eric Stein Date: Tue, 28 Aug 2012 02:33:21 -0500 Subject: [PATCH] refactoring whitespace and license note --- mcp3008.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mcp3008.py b/mcp3008.py index cb6c98e..73424eb 100644 --- a/mcp3008.py +++ b/mcp3008.py @@ -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 @@ -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