sysclk - start minimal integrations

This commit is contained in:
souldbminersmwc
2026-01-04 19:04:18 -05:00
parent 2b883a9279
commit 33c49aac86
13 changed files with 110 additions and 22 deletions

View File

@@ -1,3 +1,8 @@
/*
* Copyright (c) 2023 KazushiMe
* Licensed under the GPLv2
*/
#include "i2c.h"
Result I2cSet_U8(I2cDevice dev, u8 reg, u8 val) {