view light8/parport.i @ 93:d6c48d2d3bd6

shrunk the useful range of the slider so there won't be any noise at the ends
author drewp
date Sat, 13 Jul 2002 03:09:26 +0000
parents 45b12307c695
children
line wrap: on
line source

%module parport


extern void getparport();
extern void outdata( unsigned char val);
extern void outcontrol( unsigned char val );
extern void outbyte( unsigned char val );
extern void outstart();