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

Updated Hardware Schema #151

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/flatbuffers
Eirenliel marked this conversation as resolved.
Show resolved Hide resolved
Submodule flatbuffers updated 1177 files
14 changes: 14 additions & 0 deletions schema/datatypes/hardware_info.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ enum McuType: uint16 {
OWOTRACK_IOS,
ESP32_C3,
MOCOPI,
HARITORA,
DEV_RESERVED = 250,
}

Expand All @@ -29,6 +30,12 @@ enum ImuType: uint16 {
BMI160,
ICM20948,
ICM42688,
BMI270,
LSM6DS3TRC,
LSM6DSV,
LSM6DSO,
LSM6DSR,
DEV_RESERVED = 250,
}

enum BoardType: uint16 {
Expand All @@ -45,6 +52,13 @@ enum BoardType: uint16 {
LOLIN_C3_MINI = 10,
BEETLE32C3 = 11,
ES32C3DEVKITM1 = 12,
OWOTRACK = 13,
WRANGLER 14,
MOCOPI 15,
WEMOSWROOM02 16,
XIAO_ESP32C3 17,
HARITORA 18,
GLOVE_IMU_SLIMEVR_DEV 19,
Eirenliel marked this conversation as resolved.
Show resolved Hide resolved
}


Expand Down