mirror of https://github.com/ARMmbed/mbed-os.git
parent
76453bfd81
commit
5dfd29f177
|
@ -25,8 +25,8 @@ namespace mbed {
|
||||||
/** \addtogroup drivers */
|
/** \addtogroup drivers */
|
||||||
|
|
||||||
/** A digital input output bus, used for setting the state of a collection of pins.
|
/** A digital input output bus, used for setting the state of a collection of pins.
|
||||||
* Implemented as an array of DigitalInOut pins, the bus can be constucted by any
|
* Implemented as an array of DigitalInOut pins, the bus can be constructed by any
|
||||||
* pins without restriction other than being capable of digitial input or output
|
* pins without restriction other than being capable of digital input or output
|
||||||
* capabilities
|
* capabilities
|
||||||
*
|
*
|
||||||
* @note Synchronization level: Thread safe
|
* @note Synchronization level: Thread safe
|
||||||
|
|
Loading…
Reference in New Issue