added package avr_io (#2758)

This commit is contained in:
Gianmarco 2023-11-23 21:10:19 +01:00 committed by GitHub
parent 3b6f47225f
commit f0d82256e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,19 @@
[
{
"name": "avr_io",
"url": "https://github.com/Abathargh/avr_io",
"method": "git",
"tags": [
"avr",
"atmega",
"microcontroller",
"embedded",
"firmware"
],
"description": "AVR registers, interrupts, progmem and peripheral support in nim!",
"license": "BSD-3",
"web": "https://github.com/Abathargh/avr_io/wiki"
},
{
"name": "modernnet",
"url": "https://github.com/Nimberite-Development/ModernNet",