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
|
* @defgroup drivers_soft_periph Soft Peripheral Driver Interface
|
||||||
* @ingroup drivers
|
* @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
|
* @defgroup drivers_soft_spi Soft SPI
|
||||||
* @ingroup drivers
|
* @ingroup drivers_soft_periph
|
||||||
* @brief Software implemented Serial Peripheral Interface bus
|
* @brief Software implemented Serial Peripheral Interface bus
|
||||||
|
*
|
||||||
* This module provides a 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.
|
* 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
|
* The signatures of the functions are similar to the functions declared in spi.h
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user