#include <modm/io/iodevice_wrapper.hpp>
|
void | write (char c) override |
| Write a single character.
|
|
void | flush () override |
|
bool | read (char &c) override |
| Read a single character.
|
|
virtual void | write (char c) = 0 |
| Write a single character.
|
|
virtual void | write (const char *str) |
| Write a C-string.
|
|
template<class Device, IOBuffer behavior>
class modm::IODeviceWrapper< Device, behavior >
- Template Parameters
-
Device | Peripheral which should be wrapped |
behavior | preferred behavior when the Device buffer is full |
The documentation for this class was generated from the following file: