Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial FatFileSystemCpp mbed
Diff: FIZReader.cpp
- Revision:
- 8:961bb15570a1
- Parent:
- 6:61274e214f46
--- a/FIZReader.cpp Fri Feb 12 14:24:55 2021 +0000 +++ b/FIZReader.cpp Tue Feb 16 09:53:54 2021 +0000 @@ -27,7 +27,7 @@ bool FIZReader::getMostRecent(uint32_t *focus, uint16_t *iris, uint16_t *zoom) { *focus = _focus; - *iris = _iris; + *iris = _iris*10; *zoom = _zoom; bool wasNew = newData; newData = false;