Skip to content

Conversation

@Noxime
Copy link
Contributor

@Noxime Noxime commented Jan 25, 2023

Requires #154

@Noxime Noxime added the Area: Firmware Relating to the firmware subprojct label Jan 25, 2023
@Noxime Noxime requested a review from TheButlah as a code owner January 25, 2023 20:55
// We want to do some floating point math at compile time
#![feature(const_fn_floating_point_arithmetic)]
// Asynchronous IMU sampling
#![feature(async_fn_in_trait)]

Check warning

Code scanning / clippy

the feature `async_fn_in_trait` is incomplete and may not be safe to use and/or cause compiler crashes

the feature `async_fn_in_trait` is incomplete and may not be safe to use and/or cause compiler crashes
}

impl<I: I2c, const F: bool> Bno055<I, F> {
pub fn new(

Check warning

Code scanning / clippy

associated function `new` is never used

associated function `new` is never used
@TheButlah
Copy link
Collaborator

I don't think I have a bno055 to test on. Did you test this one?

@TheButlah TheButlah added Type: Enhancement A new feature or improvement Status: Needs Hardware Requires testing on hardware to progress labels Jan 25, 2023
@Noxime Noxime mentioned this pull request Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: Firmware Relating to the firmware subprojct Status: Needs Hardware Requires testing on hardware to progress Type: Enhancement A new feature or improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants