Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Config/user_config.h
- Revision:
- 37:c0f352d6e8e3
- Parent:
- 28:8c7e29f719c5
- Child:
- 51:6cd89bd6fcaa
--- a/Config/user_config.h Fri Mar 02 15:24:00 2018 +0000 +++ b/Config/user_config.h Fri Apr 13 13:50:54 2018 +0000 @@ -16,7 +16,8 @@ #define CAN_ID __int_reg[1] // CAN bus ID #define CAN_MASTER __int_reg[2] // CAN bus "master" ID #define CAN_TIMEOUT __int_reg[3] // CAN bus timeout period -#define ENCODER_LUT __int_reg[4] // Encoder offset LUT - 128 elements long +#define ENCODER_LUT __int_reg[5] // Encoder offset LUT - 128 elements long + extern float __float_reg[];