From f0d82256e2cbf61593daba2ed99e4116f926702c Mon Sep 17 00:00:00 2001 From: Gianmarco Date: Thu, 23 Nov 2023 21:10:19 +0100 Subject: [PATCH] added package avr_io (#2758) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index ec303c858..ba4e8313e 100644 --- a/packages.json +++ b/packages.json @@ -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",