Added package mcu_utils (#2094)

This commit is contained in:
Jaremy Creechley
2021-12-22 13:56:02 +08:00
committed by GitHub
parent 9ccb285b38
commit 9a9a993684
+14
View File
@@ -24557,5 +24557,19 @@
"description": "Small library for working with vectors",
"license": "MIT",
"web": "https://github.com/prettybauble/prettyvec"
},
{
"name": "mcu_utils",
"url": "https://github.com/EmbeddedNim/mcu_utils",
"method": "git",
"tags": [
"embedded",
"mcu",
"utilities",
"microcontroller"
],
"description": "Utilities and simple helpers for programming with Nim on embedded MCU devices",
"license": "Apache-2.0",
"web": "https://github.com/EmbeddedNim/mcu_utils"
}
]