Led_control project

How to use JavaScript code in html to turn on the led?
Do i need to write separate JavaScript code and then use it’s source in the html document?.
I can’t understand the whole thing…please help

@kr.mayank.singh Yes, you will need to write the code in the product code on cloud.boltiot.com. Refer this link on how to do so.
https://docs.boltiot.com/docs/controlling-devices

1 Like

The code you will write will be html and the page coded by you will be displayed and you will have certain functions enabling you to control the digital pins via html file (the digitalWrite function)