From 3e12aae2c022d6332b3c8b5468ca8fb511736238 Mon Sep 17 00:00:00 2001 From: ubi de feo Date: Thu, 13 Mar 2025 12:31:19 +0100 Subject: [PATCH] Packages: added Arduino Runtime for MicroPython. Signed-off-by: ubi de feo --- package-list.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package-list.yaml b/package-list.yaml index b1e83f8..6dfbc82 100644 --- a/package-list.yaml +++ b/package-list.yaml @@ -282,3 +282,10 @@ packages: description: A MicroPython porting of the ucPack library. tags: ["communication"] license: Mozilla Public License Version 2.0 + - name: Arduino Runtime for MicroPython + url: https://github.com/arduino/arduino-modulino-mpy + author: Arduino, Ubi de Feo, Sebastian Romero + description: Easily build sketches with setup/loop and use familiar Arduino APIs in MicroPython. + docs: https://github.com/arduino/arduino-runtime-mpy/blob/main/README.md + tags: ["arduino", "programming", "helpers"] + license: Mozilla Public License Version 2.0