🥷 Adds i2c configurator

This commit is contained in:
Rune Harlyk
2025-03-20 15:33:31 +01:00
committed by Rune Harlyk
parent 9534529e50
commit b113a30942
4 changed files with 177 additions and 54 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
import type { PageLoad } from './$types';
import type { PageLoad } from './$types'
export const load = (async () => {
return {
title: 'I2C'
};
}) satisfies PageLoad;
return {
title: 'I2C'
}
}) satisfies PageLoad