From 9696122dc5954aab65e631792e3506bd951bdbdf Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Thu, 22 May 2025 20:54:22 +1000 Subject: [PATCH] Add package.json for MIP compatibility --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..cbf79f3 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "urls": [ + ["ov2640.py", "github:namato/OV2640_uPy/ov2640.py"], + ["ov2640_config.py", "github:namato/OV2640_uPy/ov2640_config.py"], + ["ov2640_constants.py", "github:namato/OV2640_uPy/ov2640_constants.py"], + ["ov2640_hires_constants.py", "github:namato/OV2640_uPy/ov2640_hires_constants.py"], + ["ov2640_lores_constants.py", "github:namato/OV2640_uPy/ov2640_lores_constants.py"] + ], + "version": "1.0.0", + "deps": [] +} \ No newline at end of file