annotate light8/parport.i @ 40:f3d65ae17a8f

these are mostly replaced with guys&dolls material (effects were not touched) these are mostly replaced with guys&dolls material (effects were not touched) dance show went to a new dir called Configs/
author drewp
date Sun, 07 Jul 2002 12:17:30 +0000
parents 45b12307c695
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
45b12307c695 Initial revision
drewp
parents:
diff changeset
1 %module parport
45b12307c695 Initial revision
drewp
parents:
diff changeset
2
45b12307c695 Initial revision
drewp
parents:
diff changeset
3
45b12307c695 Initial revision
drewp
parents:
diff changeset
4 extern void getparport();
45b12307c695 Initial revision
drewp
parents:
diff changeset
5 extern void outdata( unsigned char val);
45b12307c695 Initial revision
drewp
parents:
diff changeset
6 extern void outcontrol( unsigned char val );
45b12307c695 Initial revision
drewp
parents:
diff changeset
7 extern void outbyte( unsigned char val );
45b12307c695 Initial revision
drewp
parents:
diff changeset
8 extern void outstart();
45b12307c695 Initial revision
drewp
parents:
diff changeset
9
45b12307c695 Initial revision
drewp
parents:
diff changeset
10
45b12307c695 Initial revision
drewp
parents:
diff changeset
11