[SOLVED] virtual-pins-control - syntax question

the page says that

BLYNK_WRITE(V0)
{
int value = param.asInt(); // Get value as integer
}

but the arduino IDE says that param was not defined.
can somebody help me?

nevermind, i wrote BLYNK_READ instead of BLYNK_WRITE :laughing:

1 Like