Kotlin Native on a Raspberry Pi: Has anyone of you...
# kotlin-native
t
Kotlin Native on a Raspberry Pi: Has anyone of you tried to calculate the pressure of a BMP280 sensor using Kotlin Native? The temperature reading is correct, but I have some issues doing this for the pressure. I have the Android Things and my C# implementation by hand which I think I converted it successfully to Kotlin using
ktgio
- but maybe I have some bit shiffting issues.
1