🥷 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
+2 -2
View File
@@ -1,7 +1,7 @@
<script lang="ts">
import I2C from './i2c.svelte';
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 />
<I2C />
</div>