Files @ d6c48d2d3bd6
Branch filter:

Location: light9/light8/parport.i

drewp
shrunk the useful range of the slider so there won't be any noise at the ends
%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();