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