-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
160 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
/// All commonly changed settings and constants that could effect multiple factors, esp. in telemetry | ||
|
||
// DELAYS | ||
#define DELAY_CAN_DISPATCH 5 | ||
#define DELAY_CAN_DISPATCH 5 | ||
#define DELAY_TEMP_SENSOR_REFRESH 500 | ||
#define DELAY_IMU_REFRESH 500 | ||
#define DELAY_SHOCKPOT_REFRESH 500 | ||
#define DELAY_STRAIN_REFRESH 500 | ||
#define DELAY_TOF_REFRESH 500 | ||
#define DELAY_WHEEL_TEMP_REFRESH 500 | ||
#define DELAY_IMU_REFRESH 500 | ||
#define DELAY_SHOCKPOT_REFRESH 500 | ||
#define DELAY_STRAIN_REFRESH 500 | ||
#define DELAY_TOF_REFRESH 500 | ||
#define DELAY_WHEEL_TEMP_REFRESH 500 | ||
|
||
#define DELAY_DEBUG_LED_REFRESH 250 | ||
|
||
// CAN IDS | ||
#define CANID_TEMP_SENSOR 0x602 | ||
#define CANID_IMU_ACCEL 0x603 | ||
#define CANID_IMU_GYRO 0x604 | ||
#define CANID_TEMP_SENSOR 0x602 | ||
#define CANID_IMU_ACCEL 0x603 | ||
#define CANID_IMU_GYRO 0x604 | ||
#define CANID_STRAIN_SENSE 0x605 | ||
#define CANID_SHOCK_SENSE 0x606 | ||
#define CANID_TOF 0x607 | ||
#define CANID_WHEEL_TEMP 0x608 | ||
#define CANID_SHOCK_SENSE 0x606 | ||
#define CANID_TOF 0x607 | ||
#define CANID_WHEEL_TEMP 0x608 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.