From 1c9712124d50ffe42c326f27a5e4c7f468aa64a8 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 3 Mar 2022 20:57:23 -0500 Subject: [PATCH] v1.1.0 to convert to h-only style, etc. ### Releases v1.1.0 1. Convert to `h-only` style. 2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project 3. Optimize code by using passing by `reference` instead of by `value` 4. Add support to `Sparkfun Pro nRF52840 Mini` 5. Update `Packages_Patches` --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 921455e..a652bae 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ * [Features](#features) * [Currently supported Boards](#currently-supported-boards) * [Changelog](changelog.md) - * [Releases v1.0.0](#releases-v100) * [Prerequisites](#prerequisites) * [Installation](#installation) * [Use Arduino Library Manager](#use-arduino-library-manager)