From 91af7eb5be2cb11a41eeb4c019cd554d2ee8649b Mon Sep 17 00:00:00 2001 From: Paul Guenette Date: Mon, 26 Feb 2018 01:23:56 -0500 Subject: [PATCH] Add two missing errors to README --- Firmware/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Firmware/README.md b/Firmware/README.md index 424042a7..fb89c2b1 100644 --- a/Firmware/README.md +++ b/Firmware/README.md @@ -262,6 +262,8 @@ The error nummber corresponds to the following: 19. `ERROR_SPIN_UP_TIMEOUT` 20. `ERROR_DRV_FAULT` 21. `ERROR_NOT_IMPLEMENTED_MOTOR_TYPE` +22. `ERROR_ENCODER_CPR_OUT_OF_RANGE` +23. `ERROR_DC_BUS_BROWNOUT` If you get an error code larger than this, it may be the case that someone added a code and forgot to update the documentation. In that case, please check [MotorControl/low_level.h](MotorControl/low_level.h) for the full enum.