Faster version of digitalWrite().
More...
#include <DigitalOutput.h>
|
| void | begin (uint8_t pin) |
| | initialize the digital pin. More...
|
| |
| void | write (bool level) |
| | Set the level of a digital pin. More...
|
| |
Faster version of digitalWrite().
| void DigitalOutput::begin |
( |
uint8_t |
pin | ) |
|
|
inline |
initialize the digital pin.
- Parameters
-
| [in] | pin | The Arduino pin number. |
| void DigitalOutput::write |
( |
bool |
level | ) |
|
|
inline |
Set the level of a digital pin.
- Parameters
-
| [in] | level | The value to be set. |
The documentation for this class was generated from the following file: