1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/soft_spi: add to drivers_soft_periph group

This commit is contained in:
Alexandre Abadie 2018-03-20 18:34:09 +01:00
parent 6e976ac2e5
commit 8249ffadf4
2 changed files with 3 additions and 2 deletions

View File

@ -47,5 +47,5 @@
/**
* @defgroup drivers_soft_periph Soft Peripheral Driver Interface
* @ingroup drivers
* @brief Software emulated peripheral driver interface for UART, SPI, etc
* @brief Software emulated @ref drivers_periph for UART, SPI, etc
*/

View File

@ -8,8 +8,9 @@
/**
* @defgroup drivers_soft_spi Soft SPI
* @ingroup drivers
* @ingroup drivers_soft_periph
* @brief Software implemented Serial Peripheral Interface bus
*
* This module provides a software implemented Serial Peripheral Interface bus.
* It is intended to be used in situation where hardware spi is not available.
* The signatures of the functions are similar to the functions declared in spi.h