Saved work

This commit is contained in:
2024-07-25 23:25:59 +03:00
parent 6219290880
commit 1c560a9b0f
13 changed files with 265 additions and 240 deletions

View File

@@ -1,19 +1,19 @@
/**** Includes ****/
#include "utils/utils.h"
#include "hw/dccd_hw.h"
#include "dccd/dccd_hw.h"
/**** Private definitions ****/
/**** Private constants ****/
/**** Private variables ****/
hw::DccdHw dccd_hw;
dccd::DccdHw dccd_hw;
/**** Private function declarations ****/
/**** Public function definitions ****/
int main(void)
{
// Setup
hw::DccdHw::dccdHwCfg_t hw_cfg;
dccd::DccdHw::dccdHwCfg_t hw_cfg;
hw_cfg.handbrake_pull_up = 0;
hw_cfg.speed_hall = 0;