Chuck McManis
Chuck McManis
This is a work in progress on generating common USART support for the f0/l0 series. Thought I would put it out there if anyone else is looking to work on...
Delays in msleep are guaranteed to exit.
Basically pulling Esden's code from the 429disco directory and porting it to the 469 (different GPIO bits and using the ST Link V2.1-1 serial device for USART examples.
Create a set of point pairs [(x,y),(x',y')), ((x,y),(x',y')),... bound the points by the rectangle min(x),min(y) by max(x), max(y). Create routes between every pair of points while staying within the bounding...
This seems like it is likely operator error, when I include `pngle.h` I get a compile time error from the statement ``` type struct _pngle_t pngle_t; ``` In the Arduino...
This is a look at how you might provide a higher level GPIO API for programs that use libopencm3, it is a demo only and not seriously expeced to be...