altos: add 'vidtime', a simple brightness monitor
authorKeith Packard <keithp@keithp.com>
Mon, 7 May 2018 18:26:42 +0000 (11:26 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 7 May 2018 18:26:42 +0000 (11:26 -0700)
commit06dac6551418ba817798c187f198b9b00c1dda74
treed1a7fbbd056f80dfe01c57a42b2d4c68080e1a8e
parent1f56dc30a31e3d5c833f73ec9cd31f548a80e154
altos: add 'vidtime', a simple brightness monitor

This is a testing tool for video refresh tracking. It uses the mpusb
v3.0 hardware and monitors the phototransistor value, sending 0 or 1
to the USB port when the value changes.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/vidtime/.gitignore [new file with mode: 0644]
src/vidtime/Makefile [new file with mode: 0644]
src/vidtime/ao_pins.h [new file with mode: 0644]
src/vidtime/ao_vidtime.c [new file with mode: 0644]
src/vidtime/flash-loader/.gitignore [new file with mode: 0644]
src/vidtime/flash-loader/Makefile [new file with mode: 0644]
src/vidtime/flash-loader/ao_pins.h [new file with mode: 0644]