Added bugfix to prevent access errors on newly exported pin control files
This commit is contained in:
@ -33,4 +33,12 @@ for($n = 1; $n < 16; $n++) {
|
||||
usleep(500000);
|
||||
}
|
||||
|
||||
for($m = 0; $m < 20; $m++) {
|
||||
foreach(array(0, 0, 12, 14, 15, 7, 3, 1, 0) as $n) {
|
||||
$par->write($n);
|
||||
usleep(100000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$par->write(0);
|
||||
|
Reference in New Issue
Block a user