From 5ce67fac972dc864cec4c930361a2ab9f12449c8 Mon Sep 17 00:00:00 2001 From: Asbelos Date: Sun, 18 Dec 2022 15:32:37 +0000 Subject: [PATCH] Include IO_DNU08 automatically --- IODevice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/IODevice.h b/IODevice.h index ce47267..bccf39b 100644 --- a/IODevice.h +++ b/IODevice.h @@ -408,5 +408,6 @@ private: #include "IO_MCP23008.h" #include "IO_MCP23017.h" #include "IO_PCF8574.h" +#include "IO_DNOU8.h" #endif // iodevice_h