From b1bd28273d3e31834f41798f252c8f12650dbcf6 Mon Sep 17 00:00:00 2001 From: Asbelos Date: Mon, 26 Dec 2022 11:06:42 +0000 Subject: [PATCH] duinoNodes support --- IO_duinoNodes.h | 5 +++-- version.h | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/IO_duinoNodes.h b/IO_duinoNodes.h index ae7d40c..eac752e 100644 --- a/IO_duinoNodes.h +++ b/IO_duinoNodes.h @@ -1,7 +1,8 @@ /* * © 2022, Chris Harlow. All rights reserved. + * Based on original by: Robin Simonds, Beagle Bay Inc * - * This file is part of DCC++EX API + * This file is part of DCC-EX API * * This is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -101,7 +102,7 @@ void _loopOutput() { ArduinoPins::fastWriteDigital(_clockPin,HIGH); ArduinoPins::fastWriteDigital(_clockPin,LOW); } - digitalWrite(_latchPin, HIGH); + ArduinoPins::fastWriteDigital(_latchPin, HIGH); } int _read(VPIN vpin) override { diff --git a/version.h b/version.h index 64281c1..a17babd 100644 --- a/version.h +++ b/version.h @@ -4,7 +4,8 @@ #include "StringFormatter.h" -#define VERSION "4.2.8pre1" +#define VERSION "4.2.9pre1" +// 4.2.9 duinoNodes support // 4.2.8 HIGHMEM (EXRAIL support beyond 64kb) // Withrottle connect/disconnect improvements // Report BOARD_TYPE if provided by compiler