AVSystem / Anjay-mbedos-client

Apache License 2.0
3 stars 6 forks source link

Sensor library uses old version #7

Closed JanneKiiskila closed 2 years ago

JanneKiiskila commented 2 years ago

The current version of the ST sensor library is a bit old, there's newer (though still old) version available.

https://os.mbed.com/teams/ST/code/X_NUCLEO_IKS01A2//rev/138a7a28bd21/

Is the latest available now.

JanneKiiskila commented 2 years ago

Even the latest one will not work with Mbed OS 6 due to the wait_ms function call, that should be if deffed out and ThisThread:wait(10 ms) should be used instead.

Raised a ticket about that; https://github.com/ARMmbed/mbed-os/issues/15198

Mierunski commented 2 years ago

If newer version is working, contributions are welcome

JanneKiiskila commented 2 years ago

https://github.com/AVSystem/Anjay-mbedos-client/pull/11 resolves that issue.