File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,9 @@ const (
135135 ErrorCodeBNO08XNilWaitForPacketFunction
136136 ErrorCodeBNO08XInvalidMode
137137 ErrorCodeBNO08XUnknownModeAttemptingSoftwareReset
138+ ErrorCodeBNO08XUARTRVCInvalidYawDegreesValue
139+ ErrorCodeBNO08XUARTRVCInvalidPitchDegreesValue
140+ ErrorCodeBNO08XUARTRVCInvalidRollDegreesValue
138141)
139142
140143const (
@@ -276,6 +279,9 @@ var (
276279 ErrorCodeBNO08XNilWaitForPacketFunction : "bno08x wait for packet function cannot be nil" ,
277280 ErrorCodeBNO08XInvalidMode : "bno08x invalid mode" ,
278281 ErrorCodeBNO08XUnknownModeAttemptingSoftwareReset : "bno08x unknown mode attempting software reset" ,
282+ ErrorCodeBNO08XUARTRVCInvalidYawDegreesValue : "bno08x uart rvc invalid yaw degrees value" ,
283+ ErrorCodeBNO08XUARTRVCInvalidPitchDegreesValue : "bno08x uart rvc invalid pitch degrees value" ,
284+ ErrorCodeBNO08XUARTRVCInvalidRollDegreesValue : "bno08x uart rvc invalid roll degrees value" ,
279285
280286 // Pull-up resistor errors
281287 ErrorCodePullUpResistorNilHandler : "pull-up resistor handler cannot be nil" ,
You can’t perform that action at this time.
0 commit comments