altos: control TD GPIO pins directly with the 'o' command gpio
authorKeith Packard <keithp@keithp.com>
Sun, 24 Oct 2010 22:36:06 +0000 (15:36 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 24 Oct 2010 22:36:06 +0000 (15:36 -0700)
commit02373557cc112682139863fb20432287f5755780
tree90fc16e96423973bb20e1070ff30e3ff4145ba6b
parent811ced628d586134224c1b501b40ce9eb435fc7c
altos: control TD GPIO pins directly with the 'o' command

This adds direct access to the teledongle GPIO pins for output.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/Makefile.proto
src/ao_pins.c [new file with mode: 0644]
src/ao_teledongle.c