Isaac Sikkema
Results
2
issues of
Isaac Sikkema
When the main package name includes an underscore, java looks for the incorrect function name. Ex: Using with `com.example.mypackage`, it looks for `Java_com_example_mypackage_Secrets_getsecretname`. However, using with `com.example.my_package`, it looks for...
bug
Allows the underlying I2C device to be passed back in the `Err` variant of `Bme680::init()`. Adds the ability to `destroy()` the `Bme680` struct, returning the underlying I2C device.