spi_ioctl()


指定SPI的设定及使用

Description

int/string spi_ioctl(int $spi_id, string $cmd)

Parameters

在$cmd上可使用的命令种类及使用方法请参考 PHPoC Device Programming Guide for P40

Return Value

对相应命令的应答

Example

<?php
include "/lib/sd_340.php";
spi_ioctl(0, "set mode 3);    // Setting the SPI mode to 3
spi_ioctl(0, "set div 128);   // Setting the division to 128
?>

See also