From f277e7d35a311d139c86330b313f63e2a226681a Mon Sep 17 00:00:00 2001 From: Thomas Ingleby Date: Thu, 11 Dec 2014 15:23:25 +0000 Subject: [PATCH] doc/spi: correct description of SPI SPI is not System Package Interface Signed-off-by: Thomas Ingleby --- api/mraa/spi.h | 2 +- api/mraa/spi.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/mraa/spi.h b/api/mraa/spi.h index ed64db0..331194d 100644 --- a/api/mraa/spi.h +++ b/api/mraa/spi.h @@ -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 diff --git a/api/mraa/spi.hpp b/api/mraa/spi.hpp index 8bea35f..10c4b55 100644 --- a/api/mraa/spi.hpp +++ b/api/mraa/spi.hpp @@ -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 *