François Baldassari
François Baldassari
I'm trying to use timers on STM32 but cannot seem to get it to work. I noticed you've got Robot tests checking the functionality, but the firmware for those tests...
This is a work in progress, and I am only opening the pull request to solicit feedback and share my work before I get too far into it. I am...
- Create a PebbleObject type which has Create and Destroy methods, as well as GetRootObject (or something like that) and implements the Drop trait (calls the destroy function on drop)....