>>2941686
Yea, I'm doing the dumb watch thing too. Putting a nice digital display into a fake nautilus case for phase 1 of the project. Would like to hook up the crown to some type of rotor control to set the time, but we'll see. Any ideas on how to do that? Btw, hoping to get 5+ years of battery life on this with a coin cell.
>>2941678
I mean I could code it in assembly, but not sure I want to. Like >>2941708 said, C should be just fine, no one is talking about python lol. Question, are STM32 HALs mostly just a collection of macro definitions? On Arduino, looks like a lot of the "digitalWrite" etc methods actually incur a runtime memory/perf cost, but if this HAL bloat is really just zero-cost abstractions in the pre-processor, I'd be much more amenable to it. Would still need a register level understanding of everything, but wouldn't mind importing some HALs to make life easier.