I installed my library from the previous post and hit compile. There was no errors but the pin assignment needed to be updated for the MSP430. I did the changes below and downloaded it to the LaunchPad.
const int loadPin = P1_4;
const int sdataPin = P1_5;
const int sdclkPin = P1_7;
As you can see in the picture below it worked. Energia is a promising software. The latest version on the web page is a bit old but the git repository seems to be updated lately and the forum is quite active so hopefully the work will continue.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.