- or download this
#!/usr/bin/perl
use warnings;
...
MainLoop;
- or download this
sub calculateInstruction{
my $instruction;
...
# $port->write($instruction);
# $port->lookclear();
}
- or download this
sub calculateInstruction{
my $n = $ENABLE{'nothing'};
...
# $port->lookclear();
}