From 9035e55930a262e9caf7c27090030475a3828159 Mon Sep 17 00:00:00 2001 From: Alex Shepherd Date: Sat, 20 Aug 2016 17:46:29 +1200 Subject: [PATCH] Added Sven to contributors and incremented the version --- NmraDcc.cpp | 1 + library.properties | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NmraDcc.cpp b/NmraDcc.cpp index 05013de..dfb9420 100644 --- a/NmraDcc.cpp +++ b/NmraDcc.cpp @@ -21,6 +21,7 @@ // and new signature of notifyDccSpeed and notifyDccFunc // 2015-12-16 Version without use of Timer0 by Franz-Peter Müller // 2016-07-16 handle glitches on DCC line +// 2016-08-20 added ESP8266 support by Sven (littleyoda) // //------------------------------------------------------------------------ // diff --git a/library.properties b/library.properties index de58078..45d59e9 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=NmraDcc -version=1.3.0 -author=Alex Shepherd, Wolfgang Kuffer, Geoff Bunza, Martin Pischky, Franz-Peter Müller +version=1.4.0 +author=Alex Shepherd, Wolfgang Kuffer, Geoff Bunza, Martin Pischky, Franz-Peter Müller, Sven (littleyoda) maintainer=Alex Shepherd sentence=Enables NMRA DCC Communication paragraph=This library allows you to interface to a NMRA DCC track signal and receive DCC commands. The library currently supports the AVR ATTiny84/85 & ATMega88/168/328/32u4 and Teensy 3.x using the INT0/1 Hardware Interrupt and micros() ONLY and no longer uses Timer0 Compare Match B, which makes it much more portable to other platforms