Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMU class template #48

Closed
wants to merge 1 commit into from
Closed

IMU class template #48

wants to merge 1 commit into from

Conversation

antholuo
Copy link
Member

@antholuo antholuo commented Apr 18, 2024

Adds a IMU class template.

Largely lifted from ZP 1.0.

Need to know the following:

  • How we want to return / express error states
  • Whether or not we want to keep singleton architecture
  • Where hardware SPI/I2C handles are defined
  • How to create initializer and whether or not we want public init functions.
  • How many folders we want under /drivers/

SENSOR_SUCCESS = 0,
SENSOR_FAIL = -1,
SENSOR_BUSY = 1,
} SensorErrorCode;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DerekTang04 DerekTang04 closed this May 6, 2024
@DerekTang04 DerekTang04 deleted the drivers/IMU_stub branch May 6, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants