pimoroni-pico/libraries/breakout_ioexpander/breakout_ioexpander.hpp

9 lines
133 B
C++

#pragma once
#include "drivers/ioexpander/ioexpander.hpp"
namespace pimoroni {
typedef IOExpander BreakoutIOExpander;
}