I want code for Changing a Digital Pin on the base on Virtual Pin. the project scenario is that I want to control a relay from Time Input widget. Please help me
I am sure I saw that exact code laying around here somewhere… if only there were Documentation, Help Centers, Examples and Search functions to help me find it… then I could show you
Thanks
Welcome
And a hint… Time Input is a deceptively simple looking Widget, requiring lots of complex code to translate the … well… time range you input
I recommend you start with the simpler Timer Widget or even the Eventor (it has a timer in it) and then combine that with a basic BLYNK_WRITE(vPIN) function to control your digitalWrite() commands.