in the case of
defined(ARDUINO_ARCH_SAMD)
the demo code set battery in red if the result < 325, or green otherwise.
Does this mean there is no level of scaling? I.e. result / 325 does not mean anything, unlike the case of defined(ARDUINO_ARCH_SAMD) ?
How can we get the rough % of battery for ARDUINO_ARCH_SAMD type of circuit (such as TinyScreen+) ?