Skip to content

Conversation

@Noxime
Copy link
Contributor

@Noxime Noxime commented Jan 25, 2023

No description provided.

@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 21:40
// 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
ticker: Ticker,
}
impl<I: I2c> Lsm6Ds33<I> {
pub fn new(i2c: I) -> Result<Self, lsm6ds33::Error<<I as I2c>::Error>> {

Check warning

Code scanning / clippy

associated function `new` is never used

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

TheButlah commented Jan 25, 2023

Will test on my lsm once dependent PRs are merged and this is rebased.

@TheButlah TheButlah added Type: Enhancement A new feature or improvement Status: Needs Hardware Requires testing on hardware to progress labels Jan 25, 2023
@Noxime
Copy link
Contributor Author

Noxime commented Jan 26, 2023

This has been tested against drop-in compatible LSM6DS3TR

@AxyllPurpleFurr
Copy link

AxyllPurpleFurr commented Aug 21, 2025

Consegui fazer um firmware Para slimevr para sensor LSM6DS3 com a ESP-32 wroom-32 Até o momento, o único problema que está acontecendo é o aplicativo da slime vr Reconhecer ele no menu iniciar, Porém no Consoli da Do aplicativo slime vr pc, É reconhecido como tracker Válido, Ainda tá em teste mas o repositório está disponível Quem quiser testar ou aprimorar.

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.

3 participants