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:
parent
6e976ac2e5
commit
8249ffadf4
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user