diff --git a/main.c b/main.c index 43e4534..aa1e25e 100644 --- a/main.c +++ b/main.c @@ -11,7 +11,7 @@ int main(void) { startSeq(); I2C_SendAddress_Write(0x68); - //stopSeq(); + stopSeq(); wait_ms(100); }