mjs
mjs copied to clipboard
Convert between Hex and Dec
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 ?