Digital output pin abstract class.
More...
#include <DigitalOut.h>
This abstract class provides digital output support used by Pin, and can also be extended by GPIO expanders and other peripherals that provide DigitalOut -like functionality.
◆ digitalValue() [1/2]
| virtual bool digitalValue |
( |
| ) |
|
|
inlinevirtual |
◆ digitalValue() [2/2]
| virtual void digitalValue |
( |
bool |
value | ) |
|
|
inlinevirtual |
◆ makePushPullOutput()
| virtual void makePushPullOutput |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: