Other Parts Discussed in Thread: MSP430F2619
Hello All,
I have been tasked with need to grab variables from an excel spreadsheet that will fill variables in my C Code.
This will transfer to my MSP430F2619. I am using Windows
Is there a simple way to do this? Maybe a tutorial to show me how to turn my .CSV into usable variables in my code?
I saw this:
const unsigned in table[]={
#include "table.csv"
};
Is there a way to separate the variables? Like block 1 = variableA, block 5 = variableE ?
Any more information and advice is greatly welcomed.
Thanks for your time, K