Private
Public Access
2
0

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:
Thomas Ingleby
2014-12-11 15:23:25 +00:00
parent 4944f42d9a
commit f277e7d35a
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
/**
* @file
* @brief System Packet Interface
* @brief Serial Peripheral Interface
*
* 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

View File

@@ -30,7 +30,7 @@
namespace mraa {
/**
* @brief API to System Packet Interface
* @brief API to Serial Peripheral Interface
*
* This file defines the SPI interface for libmraa
*