-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transistor's radio on NAND; inverted steering
- Loading branch information
1 parent
90fdca7
commit 02bc349
Showing
6 changed files
with
3,958 additions
and
17 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
Electrical/NANDistor/code/lib_avr/rbserialmessages/rbsm_config.h
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/* rbsm_config.h: A compilation-time created file containing message | ||
headers and error codes for rbsm. Generated by headercheck.py. */ | ||
|
||
#ifndef RBSMHEADERS_H | ||
#define RBSMHEADERS_H | ||
|
||
#define RBSM_MID_ENC_TICKS_RESET 1 | ||
#define RBSM_MID_ENC_RESET_REQUEST 5 | ||
#define RBSM_MID_ENC_RESET_CONFIRM 6 | ||
#define RBSM_MID_MEGA_TELEOP_BRAKE_COMMAND 17 | ||
#define RBSM_MID_MEGA_AUTON_BRAKE_COMMAND 18 | ||
#define RBSM_MID_MEGA_STEER_COMMAND 19 | ||
#define RBSM_MID_MEGA_STEER_ANGLE 20 | ||
#define RBSM_MID_MEGA_BRAKE_STATE 21 | ||
#define RBSM_MID_MEGA_AUTON_STATE 22 | ||
#define RBSM_MID_MEGA_BATTERY_LEVEL 23 | ||
#define RBSM_MID_MEGA_STEER_FEEDBACK 24 | ||
#define RBSM_MID_COMP_HASH 30 | ||
#define RBSM_MID_MEGA_TIMESTAMP 253 | ||
#define RBSM_MID_ERROR 254 | ||
#define DEVICE_ID 255 | ||
#define FOOTER 10 | ||
#define RBSM_EID_WDT 0 | ||
#define RBSM_EID_RBSM_LOST_STREAM 1 | ||
#define RBSM_EID_RBSM_INVALID_MID 2 | ||
#define RBSM_EID_RC_LOST_SIGNAL 3 | ||
#define RBSM_EID_AUTON_LOST_SIGNAL 4 | ||
#define RBSM_ERROR_INSUFFICIENT_DATA -1 | ||
#define RBSM_ERROR_INVALID_MESSAGE -2 | ||
|
||
#endif |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* fingerprint.h: A compilation-time created file containing compilation time, | ||
closest version of git, and other information. Generated by fingerprint.py. */ | ||
|
||
#ifndef FINGERPRINT_H | ||
#define FINGERPRINT_H | ||
|
||
#define FP_COMPDATE "13:04:2018" //day:month:year | ||
#define FP_COMPTIME "20:46:50" //hour:minute:second | ||
#define FP_HOSTNAME "Rolis-MacBook-Pro" | ||
#define FP_BRANCHNAME "abha_nandistor" | ||
#define FP_HEXCOMMITHASH 0x90fdca7 | ||
#define FP_STRCOMMITHASH "90fdca7" | ||
#define FP_CLEANSTATUS false | ||
|
||
#endif |
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.