Go to the source code of this file.
|
struct | pin_t |
| Type for storing pin numbers of Extended Input/Output elements. More...
|
|
|
namespace | 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_t | operator- (pin_t a, pin_t b) |
|
constexpr pin_t | operator+ (pin_t a, pin_t b) |
|
constexpr pin_t | operator* (pin_t a, pin_t b) |
|
Print & | operator<< (Print &os, pin_t p) |
|
|
constexpr pin_t | NO_PIN {} |
| A special pin number that indicates an unused or invalid pin. More...
|
|
◆ analog_t
The type returned from analogRead and similar functions.
Definition at line 17 of file Hardware-Types.hpp.
◆ PinList
◆ NO_PIN
constexpr pin_t NO_PIN {} |
|
constexpr |
A special pin number that indicates an unused or invalid pin.
Definition at line 89 of file Hardware-Types.hpp.