#include <cPin.hpp>
|
| constexpr void | write (std::bitset< N > values) |
| | does nothing (no-op)
|
| |
| constexpr void | dir (std::bitset< N > values) |
| | does nothing (no-op)
|
| |
| constexpr std::bitset< N > | read () |
| | does nothing (no-op) and returns 0
|
| |
template<size_t pin>
requires (pin < N) |
| constexpr VoidPin | view () |
| | returns a void pin
|
| |
◆ dir()
◆ read()
does nothing (no-op) and returns 0
◆ view()
template<size_t N>
template<size_t pin>
requires (pin < N)
◆ write()
The documentation for this class was generated from the following file: