🗿 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
@@ -0,0 +1,7 @@
<script lang="ts">
import I2C from './i2c.svelte';
</script>
<div class="mx-0 my-1 flex flex-col space-y-4 sm:mx-8 sm:my-8">
<I2C />
</div>