🗿 Adds i2c scanner and page

This commit is contained in:
Rune Harlyk
2024-07-08 21:23:29 +02:00
committed by Rune Harlyk
parent c400660a6f
commit 5645736256
6 changed files with 69 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { PageLoad } from './$types';
export const load = (async () => {
return {
title: 'I2C'
};
}) satisfies PageLoad;