From c83f5a4b6c56a1a8b35820b21fcb95b16732d615 Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Thu, 22 May 2025 18:06:15 +1000 Subject: [PATCH] Add package.json for MIP compatibility --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..9bbf575 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "urls": [ + ["encoder_menu.py", "github:sgall17a/encodermenu/encoder_menu.py"], + ["neopixel.py", "github:sgall17a/encodermenu/neopixel.py"] + ], + "version": "1.0.0", + "deps": [] +} \ No newline at end of file