b251e78ac5
Perform most arithmetic with scaled integer values. For my calibration values ``` const uint32_t NVMCTRL_TEMP_LOG[]={0xfc05511e, 0xcc7ac0f7}; ``` the maximum difference between the old and new calculation is 0.50°C. The difference is smallest (0.13°) at 25.87°C in the old scale. This reduces mcu_processor_get_temperature from 568 bytes to 348 bytes (-220 bytes)
SAMD21 and SAMD51 ================== This port supports many development boards that utilize SAMD21 and SAMD51 chips. See https://circuitpython.org/downloads for all supported boards. Building -------- For build instructions see this guide: https://learn.adafruit.com/building-circuitpython/ Debugging --------- For debugging instructions see this guide: https://learn.adafruit.com/debugging-the-samd21-with-gdb Port Specific modules --------------------- .. toctree:: ../../shared-bindings/samd/index