Stm32 support (#12)

* 1st version for STM32

bit detection and EEPROM changed to support STM32

* added STM32F1 support

updated files: library.properties. NmraDcc.cpp, NmraDcc.h

* switch off debug output

* missing #endif added

Testports for esp8266 defined
This commit is contained in:
Franz-Peter
2017-01-30 05:08:41 +01:00
committed by Alex Shepherd
parent dafa1c9964
commit f8f106962f
3 changed files with 77 additions and 49 deletions

View File

@@ -6,4 +6,4 @@ 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
category=Communication
url=http://mrrwa.org/dcc-decoder-interface/
architectures=avr,esp8266
architectures=avr,esp8266,STM32F1