Files @ d74caafb8ee5
Branch filter:

Location: light9/light8/parport.i

drewp
now uses the new-style swig naming (_project.so instead of projectmodule.so)
%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();