Greetings,
I have the following code:
typedef struct {
int volts;
int limit;
int time;
}mystep;
typedef struct {
mystep steps[4];
}myprofile;
myprofile profiles[4];
This gives me an array[4] of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.