Oh, that is pretty cool. The code is in my
https://github.com/ChuckM/libopencm3-stm32f429-changes/tree/pins-demo
branch of my loc3 repo and is also in PR #412 on the main Github repo
for libopencm3.
On Sun, Mar 15, 2015 at 8:23 PM, Daniel Serpell
wrote:
> Hi!,
>
> On Sun, Mar 15, 2015 at 5:11 PM,
Hi!,
On Sun, Mar 15, 2015 at 5:11 PM, Chuck McManis wrote:
> I have been building a set of utility functions that sit "beside" the
> libopencm3 library and make it a bit faster/easier to generate code
> that uses libopencm3. One piece that seems particularly useful is the
> 'pins' api, which is a
I have been building a set of utility functions that sit "beside" the
libopencm3 library and make it a bit faster/easier to generate code
that uses libopencm3. One piece that seems particularly useful is the
'pins' api, which is a higher level expression of the gpio_xxx api
that loc3 currently has.