cesanta / mjs

Embedded JavaScript engine for C/C++
https://mongoose-os.com
Other
1.91k stars 176 forks source link

Convert between Hex and Dec #182

Open amizer12 opened 2 years ago

amizer12 commented 2 years ago

Hi. Is there a simple way to convert hex values into decimal in mjs ? I dont think in mjs we have tools available for this like in standard js. I have a use case where i receive hex via uart from device and i want to calculate some other variables using those. Any pointers ?