RichardGiroux 0 Posted October 5, 2014 Share Posted October 5, 2014 I am looking to get the MSP430F5529 to act as a usb keyboard using Energia interface. It is supported in hardware but I haven't seen any supporting libraries. Quote Link to post Share on other sites
jazz 209 Posted October 5, 2014 Share Posted October 5, 2014 I am looking to get the MSP430F5529 to act as a usb keyboard using Energia interface. It is supported in hardware but I haven't seen any supporting libraries. Something like http://www.ti.com/lit/an/slaa514/slaa514.pdf Quote Link to post Share on other sites
abecedarian 330 Posted October 5, 2014 Share Posted October 5, 2014 @@RichardGiroux Welcome to 43oh! I'd expect TI to provide sketches that achieve the OOB experience using the IDE's they promote. No harm in addressing the underlying hardware directly, too, since the Arduino folk do the same in some of their libraries. I mean, that's what the libraries are for, no? Something like being able to do: #include "MSP430_USB_HIDCLASS"... would be nice. On the other hand, nothing is stopping one from including various MSP430WARE in an Energia sketch, right? Matter of fact, I'm surprised no one has wrapped that into Energia friendly libraries. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.