From ac61cf1f82b4d90cd0f7dd61773c42a0cf2eb245 Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Thu, 22 May 2025 17:10:28 +1000 Subject: [PATCH] Add package.json for MIP compatibility --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..69bfc69 --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "urls": [ + ["cs5490.py", "github:whatnick/cs5490_micropython/cs5490.py"] + ], + "version": "1.0.0", + "deps": [] +} \ No newline at end of file