Using: UIFlow 2.1.5, AtomS3, KMeterISOunit
From the version history, it appears that the Firmware changed the KMeterISOunit API a couple revs back, but UIFlow is still generating code for the old API. When I do the blockly code and run on my AtomS3, an exception is thrown showing the issue:
fe532e64-a85b-4e01-a602-b9aa540c96d1-image.png
Code generated (snipit)
ec9abd43-9d10-4165-9e2c-eec24ac6463b-image.png
...but from the latest API docs, the reading code should be:
3b2ff1b1-c634-49b5-8985-5e3b5bc7a748-image.png
Note: I did a workaround using the "Execute mpy code" block and writing in the proper API calls, but it would be nicer if the versions matched up.