Using a particle function to pass multiple floats in one function call

Just for the records the f in sscanf() (or scanf() for non-*storage-/-s*tring-based input) stands for format(ted) not float and it’s not uncommon for systems without dedicated floating point instruction sets not to support floats (in these libraries) by default.

That’s the reason why this topic is also broadly discussed on the web and not isolated on Particle devices.