test commit

This commit is contained in:
Fabian Schieder 2026-02-25 23:18:55 +01:00
parent 98f6e6c106
commit 3b3d745103

2
main.c
View File

@ -11,7 +11,7 @@ int main(void)
{
startSeq();
I2C_SendAddress_Write(0x68);
//stopSeq();
stopSeq();
wait_ms(100);
}