spc_reset()
Initialize SPC
Description
void spc_reset(int $t1 = 10, int $t2 = 500)
Parameters
- $t1 : output duration of reset signal (millisecond)
- $t2 : wating time for reset (millisecond)
Return Value
none
Example
<?php
include "/lib/sd_spc.php";
spc_reset();
?>
See also