m-rtijn / RaspberryPiGPIO

This repository contains all the code that I wrote to interact with hardware using the Raspberry Pi's GPIO pins.
MIT License
3 stars 1 forks source link

All your files are now following PEP-8 rules, and most are following PEP-20 #5

Closed FredrikAugust closed 9 years ago

FredrikAugust commented 9 years ago

I have updated all your files to follow PEP-8 rules. Some of them are not done that thorough, since I spent most the time fixing your recent accel. driver. And please update the descriptions for functions.

See [28407e0] for a thorough description of what I've done on the main file, the other files are mostly just whitespace-fixing.