From fba027b7a832a0fd43b6922ad248a21f6c5290ec Mon Sep 17 00:00:00 2001 From: Hideaki Tai Date: Mon, 29 Jun 2020 12:38:47 +0900 Subject: [PATCH] update ArxContainer to v0.3.7 --- util/ArxContainer/README.md | 3 +++ util/ArxContainer/library.json | 2 +- util/ArxContainer/library.properties | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/util/ArxContainer/README.md b/util/ArxContainer/README.md index 478a147..9a8de38 100644 --- a/util/ArxContainer/README.md +++ b/util/ArxContainer/README.md @@ -22,6 +22,7 @@ Please use C++ Standard Template Library for other boards. - AVR (Uno, Nano, Mega, etc.) - MEGAAVR (Uno WiFi, Nano Ecery, etc.) +- SAM (Due) - SAMD (Zero, MKR, M0, etc.) - SPRESENSE @@ -159,6 +160,8 @@ PRs are welcome! - [MsgPack](https://github.com/hideakitai/MsgPack) - [MsgPacketizer](https://github.com/hideakitai/MsgPacketizer) - [ArduinoOSC](https://github.com/hideakitai/ArduinoOSC) +- [ArtNet](https://github.com/hideakitai/ArtNet) +- [Tween](https://github.com/hideakitai/Tween) ## License diff --git a/util/ArxContainer/library.json b/util/ArxContainer/library.json index 1ddeef3..11f7c61 100644 --- a/util/ArxContainer/library.json +++ b/util/ArxContainer/library.json @@ -13,7 +13,7 @@ "url": "https://github.com/hideakitai", "maintainer": true }, - "version": "0.3.6", + "version": "0.3.7", "license": "MIT", "frameworks": "arduino", "platforms": "*" diff --git a/util/ArxContainer/library.properties b/util/ArxContainer/library.properties index cfa6d96..21c62ec 100644 --- a/util/ArxContainer/library.properties +++ b/util/ArxContainer/library.properties @@ -1,5 +1,5 @@ name=ArxContainer -version=0.3.6 +version=0.3.7 author=hideakitai maintainer=hideakitai sentence=C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL