Go to the source code of this file.
|
| struct | pin_t |
| | Type for storing pin numbers of Extended Input/Output elements. More...
|
| |
|
| namespace | AH |
| | PrintStream library
|
| |
| namespace | AH::ExtIO |
| | A namespace with alternatives to the standard Arduino IO functions that can be used with extended IO pin numbers.
|
| |
|
| constexpr bool | operator== (pin_t a, pin_t b) |
| |
| constexpr bool | operator< (pin_t a, pin_t b) |
| |
| constexpr bool | operator<= (pin_t a, pin_t b) |
| |
| constexpr bool | operator> (pin_t a, pin_t b) |
| |
| constexpr bool | operator>= (pin_t a, pin_t b) |
| |
| constexpr bool | operator!= (pin_t a, pin_t b) |
| |
| constexpr pin_int_t | operator- (pin_t a, pin_t b) |
| |
| constexpr pin_t | operator- (pin_t a, pin_int_t b) |
| |
| constexpr pin_t | operator+ (pin_t a, pin_int_t b) |
| |
| constexpr pin_t | operator+ (pin_int_t a, pin_t b) |
| |
| constexpr pin_t | operator* (pin_t a, pin_int_t b) |
| |
| constexpr pin_t | operator* (pin_int_t a, pin_t b) |
| |
| Print & | operator<< (Print &os, pin_t p) |
| |