Initial checkin to git and added library.properties

This commit is contained in:
Alex Shepherd
2015-05-12 18:46:14 +12:00
parent 0091ab0cd9
commit b01ca7f31e
14 changed files with 4269 additions and 0 deletions

9
library.properties Normal file
View File

@@ -0,0 +1,9 @@
name=NmraDcc
version=1.0.0
author=Alex Shepherd, Wolfgang Kuffer
maintainer=Alex Shepherd <kiwi64ajs@gmail.com>
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
category=Communication
url=http://mrrwa.org/dcc-decoder-interface/
architectures=avr