From efe3fb6a58f8797998446929806df8a1a0bd4a27 Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Thu, 22 May 2025 16:44:10 +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..8cfa347 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "urls": [ + ["ina226.py", "github:elschopi/TI_INA226_micropython/ina226.py"], + ["ina_calc_conf.py", "github:elschopi/TI_INA226_micropython/ina_calc_conf.py"] + ], + "version": "1.0.0", + "deps": [] +} \ No newline at end of file