So… uh… do float values work?
Code:
float h; // humidity
Setup:
Spark.variable("h",&h,FLOAT);
Error:
error: 'FLOAT' was not declared in this scope
So… uh… do float values work?
Code:
float h; // humidity
Setup:
Spark.variable("h",&h,FLOAT);
Error:
error: 'FLOAT' was not declared in this scope