6#include <AH/STL/climits>
81void analogWriteBuffered(
pin_t pin,
int val);
#define BEGIN_AH_NAMESPACE
AH::function_traits< decltype(::digitalWrite)>::argument_t< 1 > PinStatus_t
AH::function_traits< decltype(::pinMode)>::argument_t< 1 > PinMode_t
An abstract base class for Extended Input/Output elements.
Array< T, N > copyAs(const Array< U, N > &src)
Copy an Array to an Array of a different type.
bool isNativePin(pin_t pin)
Check if the given pin number is a real Arduino pin number, and not an ExtIO pin number.
uint16_t analog_t
The type returned from analogRead and similar functions.
Type for storing pin numbers of Extended Input/Output elements.
pin_int_t pin
The actual underlying pin number.