Closed 0l1ve1r4 closed 3 months ago
Thanks, I'll have a look at those. Also,
Btw I really don't recommend using my code as a reference, I've stated in the readme that it's really not well written lol.
Thanks, I'll have a look at those. Also,
is not needed in the header, as it only uses native integer types in the header.
My bad, I just put them because I like to specify the size of the variable when I'm dealing with functions that will interact with the hardware, but anyway, they're the same thing.
Btw I really don't recommend using my code as a reference, I've stated in the readme that it's really not well written lol.
Yeah, I had read about it, but when it came to the rct, its function was straight to the point when interacting with the time/clock chips.
Yeah, I had read about it, but when it came to the rct, its function was straight to the point when interacting with the time/clock chips.
Fair, but seriously don't do it with the FAT driver, that's the most messy part of the project lol. The RTC isn't horrible, but def not amazing.
Yeah I use the
Hey bro. I was looking in your code (to get references while i develops mine), and i noticed you can make improvements in your rtc to not redo the same code. my improvements were:
Also, you need to import in the header.