Hi,
I'm trying to compile an example sketch which uses the Frame library and I'm getting a compilation error in the following line:
The error:
error: variable-sized object 'valC' may not be initialized
char valC[len][2] = {};
^
Any help would be appreciated.