From eea13969979ce7f1c8a8613c1fb0118bb283b04c Mon Sep 17 00:00:00 2001 From: peteGSX Date: Tue, 27 Dec 2022 10:10:44 +1000 Subject: [PATCH] Remove EX-IO pin macros --- EX-IOExpanderPins.h | 34 ---------------------------------- IO_EXIOExpander.h | 1 - 2 files changed, 35 deletions(-) delete mode 100644 EX-IOExpanderPins.h diff --git a/EX-IOExpanderPins.h b/EX-IOExpanderPins.h deleted file mode 100644 index cbb726f..0000000 --- a/EX-IOExpanderPins.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * © 2022 Peter Cole - * - * This file is part of EX-CommandStation - * - * This is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * It is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with CommandStation. If not, see . - */ - -/* -* This file defines default pin numbers for the various architectures supported -* by default by EX-IOExpander. -* -* Any modifications to this file will be overwritten by future software updates. -*/ - -#define EXIO_UNO_DIGITAL_PINS 12 -#define EXIO_UNO_ANALOGUE_PINS 4 - -#define EXIO_NANO_DIGITAL_PINS 12 -#define EXIO_NANO_ANALOGUE_PINS 6 - -#define EXIO_MEGA_DIGITAL_PINS 46 -#define EXIO_MEGA_ANALOGUE_PINS 16 diff --git a/IO_EXIOExpander.h b/IO_EXIOExpander.h index cc3160c..58c6a1d 100644 --- a/IO_EXIOExpander.h +++ b/IO_EXIOExpander.h @@ -47,7 +47,6 @@ #include "I2CManager.h" #include "DIAG.h" #include "FSH.h" -#include "EX-IOExpanderPins.h" // Include user defined pin maps in myEX-IOExpander if defined #if __has_include ("myEX-IOExpander.h")