If you are asking a question, please follow this template:
- My goal is: Use Number() parseInt() funcions in init.js
- My actions are: just type the functions. it is require to load some files/library?
- The result I see is: error function not defined
- My expectation & question is: how to use Number(), parseInt().
Im recieving data by uart, i need that every character of data to be interpreted as numbers (not string) in order to make calculations. any ideas? thank you!