This commit is contained in:
2026-01-15 15:00:21 +08:00
parent e67749e2e4
commit 419f6cc78c
705 changed files with 9981 additions and 35723 deletions

21
lib/Vector/library.json Normal file
View File

@ -0,0 +1,21 @@
// {
// "name": "Vector",
// "version": "1.2.2",
// "description": "An array container similar to the C++ std::vector",
// "repository": {
// "type": "git",
// "url": "https://github.com/janelia-arduino/Vector.git"
// },
// "authors": [
// {
// "name": "Peter Polidoro",
// "email": "peter@polidoro.io",
// "url": "https://github.com/peterpolidoro",
// "maintainer": true
// }
// ],
// "license": "BSD-3-Clause",
// "homepage": "https://github.com/janelia-arduino/Vector",
// "frameworks": "*",
// "platforms": "*"
// }