Saatvik Aggarwal
Results
1
issues of
Saatvik Aggarwal
I've added support for 6MHz clock. I've tested it for accuracy with my CH552G. Here is a loop function you can use to test: ``` void loop() { delay(1000); USBSerial_println(millis());...