Access input from analog output

I want to store value grabbed by bolt wifi module from A0 into a variable and do some operation into it before plotting its graph vs time.
Current writing javascript code in bolt cloud online compiler to configure the new product.

Please help!

you can do those operation when you configure your product and then go to the code section .
write all your operation there.

Thanks for your reply @heervippatel. After long research of the API doc, I got the answer.
Simply using add() and mul() function did my job.

1 Like