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.)
|
||||
- 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
|
||||
|
@ -13,7 +13,7 @@
|
||||
"url": "https://github.com/hideakitai",
|
||||
"maintainer": true
|
||||
},
|
||||
"version": "0.3.6",
|
||||
"version": "0.3.7",
|
||||
"license": "MIT",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user