Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 181 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 181 Bytes

##How to build

python ./setup.py build
cd build
cd lib.macosx-10.7-intel-2.7 # may vary on your system

Then:

import led
led.setlight(1)
led.setlight(0)