Non-urgent, would just like to get rid of a compiler warning by doing what it suggests, but working out how to has me stumped. All I need, as before, is a global readable uint64_t containing microseconds since boot.
[Warning] AxleCounter.cpp@42,37: ‘read_high_resolution_us’ is deprecated: Use the Chrono-based elapsed_time method. If integer microseconds are needed, you can use elapsed_time().count() [since mbed-os-6.0.0] [-Wdeprecated-declarations]