2021-05-11 13:00:12 +01:00
|
|
|
#pragma once
|
|
|
|
|
2021-05-14 12:49:48 +01:00
|
|
|
#include "drivers/ioexpander/ioexpander.hpp"
|
2021-05-11 13:00:12 +01:00
|
|
|
|
|
|
|
namespace pimoroni {
|
|
|
|
|
2021-05-11 17:18:43 +01:00
|
|
|
typedef IOExpander BreakoutIOExpander;
|
2021-05-11 13:00:12 +01:00
|
|
|
}
|