Exemplo n.º 1
0
from PiScope import Plotter

# Create oscilloscope
piscope = Plotter()

# Setup channels
piscope.setup([0])

# Start plotting
piscope.plot()
Exemplo n.º 2
0
from PiScope import Plotter

# Create XY Plotter
piscope = Plotter()

# Setup channels
piscope.setup([0, 1])

# Start plotting
piscope.plot()