Added package mcu_utils (#2094)

This commit is contained in:
Jaremy Creechley 2021-12-21 21:56:02 -08:00 committed by GitHub
parent 9ccb285b38
commit 9a9a993684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]