Skip to content
Snippets Groups Projects
Unverified Commit b6a43342 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #8425 from aabadie/pr/soft_spi_doxygen

drivers/soft_spi: move to drivers_periph group
parents a0017e3e 8249ffad
No related branches found
No related tags found
No related merge requests found
......@@ -43,3 +43,9 @@
* @ingroup drivers
* @brief Drivers for storage devices
*/
/**
* @defgroup drivers_soft_periph Soft Peripheral Driver Interface
* @ingroup drivers
* @brief Software emulated @ref drivers_periph for UART, SPI, etc
*/
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment