This my code so far on the puck , and I am able to connect using the python code below and send commands, but I am unable to return a value back, actually I do receive something, such as
<type 'str'>
<- Serial1
>
but it should be temperature reading of the puck. any help please
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
This my code so far on the puck , and I am able to connect using the python code below and send commands, but I am unable to return a value back, actually I do receive something, such as
but it should be temperature reading of the puck. any help please
Puck Code:
Python: