Re: [libopencm3-devel] example of higher level GPIO api

2015-03-15 Thread Chuck McManis
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,

Re: [libopencm3-devel] example of higher level GPIO api

2015-03-15 Thread Daniel Serpell
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

[libopencm3-devel] example of higher level GPIO api

2015-03-15 Thread Chuck McManis
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.