7
mirror of https://github.com/Hack-a-Day/Vectorscope.git synced 2024-11-21 21:34:39 +00:00
Vectorscope/demos/readme.md
2023-11-03 23:12:02 -05:00

372 B

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)