From 7e36722b23d6ddfb6f682590cfb44856b83531f4 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Tue, 7 Feb 2017 13:28:10 -0300 Subject: [PATCH] Adding supported devices to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 979328e..def6ebd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ This is the source code of ADF7021 version of the MMDVM firmware (MMDVM Hotspot), based on Jonathan G4KLX's MMDVM software. This firmware supports D-Star and DMR digital modes, System Fusion and P25 are untested. -This software is intended to be run on STM32F103 microcontroller. You can build this code using Arduino IDE with stm32duino package, and also using "make" with ARM GCC tools. +This software is intended to be run on STM32F103 microcontroller. You can build this code using Arduino IDE with stm32duino package, and also using "make" with ARM GCC tools. Also, Arduino with 3.3 V I/O is supported, this firmware works on Arduino Due and Arduino Zero. This software is licenced under the GPL v2 and is intended for amateur and educational use only. Use of this software for commercial purposes is strictly forbidden.