mirror of
https://github.com/Hack-a-Day/Vectorscope.git
synced 2024-12-22 05:59:30 +00:00
1e60147d84
if you haven't been playing around in user mode, interactively with just the raw vectorscope library, you really should! |
||
---|---|---|
.. | ||
blinker.py | ||
csvdemo.py | ||
csvfile.py | ||
csvfilexy.py | ||
data.dat | ||
dataxy.dat | ||
hello.py | ||
life.py | ||
matrix_rain.py | ||
readme.md | ||
simple.py |
VectorOS Demos
- blinker.py - Obligatory LED blinker
- csvdemo.py - Paste numbers from a spreadsheet, view on scope
- csvfile.py - Read data.dat (Y values), view on scope
- csvfilexy.py - Read dataxy.dat (X,Y values), view on scope
- hello.py - File from tutorial
- life.py - Slow game of life (needs work)
- simple.py - Another LED blinker (very simple)