Jump to content
43oh

Helper library


Recommended Posts

I have been mucking around with my new Launchpad (using the 2553 chip), doing things like getting UART to work, using GPIO, messing with internal clocks, reading from the ADC, etc. What I noticed is that most of the examples are very low level. While I think it's great to be able to use the system so close to the metal, I also think that there is going to be a lot of duplication going on. So my questions is whether there are any libraries out there that make this stuff easier?

 

Basically, I picture something that takes care of UART (HW and SW), SPI, setting up clocks, interrupt, ADC, and a high level interface for GPIO (e.g.: gpio_getval(PORT1, PIN2)).

 

If there is nothing out there already that does this, would anyone be interested in me cleaning up some of the code I've developed so far and open-sourcing it?

 

Igor

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...