From 275dc8ea9475fbef49c3f154bfaf0989f2c800dc Mon Sep 17 00:00:00 2001 From: Alex Shepherd Date: Sat, 11 Jun 2016 15:58:53 +1200 Subject: [PATCH] Updated description paragraph to mention that we no longer use the Timer0 Compare MatchB interrupt --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 2bfae8c..65b7c79 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=1.3.0 author=Alex Shepherd, Wolfgang Kuffer, Geoff Bunza, Martin Pischky 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 using the INT0/1 Hardware Interrupt and Timer0 Compare Match B +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 category=Communication url=http://mrrwa.org/dcc-decoder-interface/ architectures=avr \ No newline at end of file