Get started on driver view

This commit is contained in:
2023-03-15 18:43:38 +01:00
parent 641fa3b236
commit 5b6405cf29
47 changed files with 2137 additions and 30 deletions

View File

@ -3,6 +3,21 @@
#include "tx_port.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
int fl;
int fr;
int rl;
int rr;
} TireTemps;
void vehicle_thread_entry(ULONG hfdcan_addr);
#ifdef __cplusplus
}
#endif
#endif // __INC_VEHICLE_H