Arduino-GPIO icon indicating copy to clipboard operation
Arduino-GPIO copied to clipboard

General Purpose Input/Output (GPIO) library for Arduino

Results 4 Arduino-GPIO issues
Sort by recently updated
recently updated
newest added

Defines a pure virtual base class IGPIO from which the hardware-specific GPIO classes are derived. This allows references to IGPIO objects to be passed to non-templated class constructors and methods...

Replace the GPIO board pin symbols with Arduino core pin numbering (i.e. positive integers).

Use @tparam for template class parameters.

See https://github.com/espressif/arduino-esp32