blink(1) library wrapper
Project description
Blink(1) python library
Prerequesites
Make the blink1 library (see blink1/commandline)
2. Rename the blink1 library to libblink1.so.0.0 (or something that will resolve as blink1) and add it to your path (ie ldconfig)
Usage
Example:
blink1 = open_blink1() blink1.set_rgb(255, 0, 0) blink1.on() #white blink1.off() blink1.close()
Now with more with!
with blink1py.open_blink1() as blink1:
blink1.on()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
blink1py-0.1.0.tar.gz
(2.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
blink1py-0.1.0-py2.7.egg
(5.8 kB
view details)
File details
Details for the file blink1py-0.1.0.tar.gz.
File metadata
- Download URL: blink1py-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9c34d6257ae401f192557bc2a57471881dbd4f47999c1c791a663672b94127f
|
|
| MD5 |
1059f441c02e91d8cb1e1cb7fc3b2fd0
|
|
| BLAKE2b-256 |
8a14e650946c3863aaeb881a5cea39a3ae6da13129a18106d2b742f167a7f240
|
File details
Details for the file blink1py-0.1.0-py2.7.egg.
File metadata
- Download URL: blink1py-0.1.0-py2.7.egg
- Upload date:
- Size: 5.8 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
702d07044b373e753438abeef17c1fb1e985af637a9fceb4a43dc27be894bc1f
|
|
| MD5 |
b9f2f5188f1556436d13d339e14366b8
|
|
| BLAKE2b-256 |
e1eed516ef4446ac12aca255bfcc9e598184fcd89b63526cefdeb3d4ee9fdaea
|