Part Number:CC3220S-LAUNCHXL
Tool/software: Code Composer Studio
Hey,
For school I need to make a project that sends data over I2C.
My expierence with this is quite low so I don't really know where to start. I tried to find stuff over the internet but just can't find a place to start.
The assignment is sending data over I2C. Most of the data are just variables and number I need to send. I'm trying to look for an project that's like empty but with all the drivers connected so I only need to write the code.
The way you should be thinking how it works is like this:
void aandrijving(Max_Current, Max_Voltage, Setpoint_Speed)
{
here should be code that saves the data I get from another person
}
main()
{
sending the data over I2C
}
I hope someone can help me
Robin