[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

Python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Experimental Python code for Raspberry Pi

Usage:

python ccd.py read
python ccd.py write

The "read" argument only monitors the CCD-bus and does nothing with it:

Python CCD read

The "write" argument makes the Python code read the lines from the "requests.txt" file and write it to the CCD-bus one-by-one:

Python CCD write