update ArxContainer to v0.3.7
This commit is contained in:
parent
74736faf33
commit
fba027b7a8
@ -22,6 +22,7 @@ Please use C++ Standard Template Library for other boards.
|
|||||||
|
|
||||||
- AVR (Uno, Nano, Mega, etc.)
|
- AVR (Uno, Nano, Mega, etc.)
|
||||||
- MEGAAVR (Uno WiFi, Nano Ecery, etc.)
|
- MEGAAVR (Uno WiFi, Nano Ecery, etc.)
|
||||||
|
- SAM (Due)
|
||||||
- SAMD (Zero, MKR, M0, etc.)
|
- SAMD (Zero, MKR, M0, etc.)
|
||||||
- SPRESENSE
|
- SPRESENSE
|
||||||
|
|
||||||
@ -159,6 +160,8 @@ PRs are welcome!
|
|||||||
- [MsgPack](https://github.com/hideakitai/MsgPack)
|
- [MsgPack](https://github.com/hideakitai/MsgPack)
|
||||||
- [MsgPacketizer](https://github.com/hideakitai/MsgPacketizer)
|
- [MsgPacketizer](https://github.com/hideakitai/MsgPacketizer)
|
||||||
- [ArduinoOSC](https://github.com/hideakitai/ArduinoOSC)
|
- [ArduinoOSC](https://github.com/hideakitai/ArduinoOSC)
|
||||||
|
- [ArtNet](https://github.com/hideakitai/ArtNet)
|
||||||
|
- [Tween](https://github.com/hideakitai/Tween)
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"url": "https://github.com/hideakitai",
|
"url": "https://github.com/hideakitai",
|
||||||
"maintainer": true
|
"maintainer": true
|
||||||
},
|
},
|
||||||
"version": "0.3.6",
|
"version": "0.3.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "*"
|
"platforms": "*"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=ArxContainer
|
name=ArxContainer
|
||||||
version=0.3.6
|
version=0.3.7
|
||||||
author=hideakitai
|
author=hideakitai
|
||||||
maintainer=hideakitai
|
maintainer=hideakitai
|
||||||
sentence=C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL
|
sentence=C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL
|
||||||
|
Loading…
Reference in New Issue
Block a user