Command : digitalWriteParameters : pin: It is the Bolt GPIO you want to control. It can take any of the following values 0, 1, 2, 3, 4. state: It is the output voltage to be provided on the GPIO. It can take value HIGH(3.3V) or LOW(0V). dev ...
Command : digitalReadParameters pin: It is the Bolt GPIO you want to control. It can take any of the following values 0, 1, 2, 3, 4. deviceName: The name of the Bolt device you want to control.Example: https://cloud.boltiot.com/remote/44b2de6b-7 ...
Command : analogReadParameters pin: It is the Bolt GPIO you want to control. It can take value A0. deviceName: The name of the Bolt device you want to control.Example: https://cloud.boltiot.com/remote/44b2de6b-7e68-40e7-a27f-814b58afe008/analogR ...
Command : analogWriteParameters pin: It is the Bolt GPIO you want to control. It can take any of the following values 0, 1, 2, 3, 4. value: It is the analog output voltage to be provided on the GPIO. It can take value between 0-255. deviceName: ...