pcb stuff

This commit is contained in:
2025-09-08 19:30:51 -07:00
parent db92639c65
commit 755623166c
314 changed files with 80111 additions and 123041 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "Unity",
"version": "2.6.0",
"keywords": "unit-testing, testing, tdd, testing-framework",
"description": "Simple Unit Testing for C",
"homepage": "http://www.throwtheswitch.org/unity",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ThrowTheSwitch/Unity.git"
},
"frameworks": "*",
"platforms": "*",
"headers": "unity.h",
"build": {
"extraScript": "platformio-build.py"
}
}