Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

oscope

Attempts to make an oscilloscope for Raspberry Pi.

Setup

Running

To capture data:

python3 capture.py

which produces the file capture.txt

Plot the data:

python3 plot.py

Links to other sites