doc/spi: correct description of SPI
SPI is not System Package Interface Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @brief System Packet Interface
|
* @brief Serial Peripheral Interface
|
||||||
*
|
*
|
||||||
* This file defines the spi interface for libmraa. A Spi object in libmraa
|
* This file defines the spi interface for libmraa. A Spi object in libmraa
|
||||||
* represents a spidev device. Linux spidev devices are created per spi bus and
|
* represents a spidev device. Linux spidev devices are created per spi bus and
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
namespace mraa {
|
namespace mraa {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief API to System Packet Interface
|
* @brief API to Serial Peripheral Interface
|
||||||
*
|
*
|
||||||
* This file defines the SPI interface for libmraa
|
* This file defines the SPI interface for libmraa
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user