Closed
Description
Except possibly with very long delays, microcontroller.cpu.voltage
hangs on the SAM E54 Xplained board. Sometimes it will read after previously hanging and then being reset, but this testing procedure would reliably hang for me:
>>> import microcontroller; microcontroller.cpu.voltage; microcontroller.cpu.temperature; microcontroller.cpu.voltage; microcontroller.cpu.temperature;
3.32308
33.1896
[hangs]
Tested with a local branch somewhere a few commits after alpha.3, but this is not likely to be a new problem, just something that hadn't been tested before.