first commit

This commit is contained in:
2023-12-18 14:36:22 +08:00
commit 0f3cf0952c
184 changed files with 91562 additions and 0 deletions

22
Gambal/User/MyProject.h Normal file
View File

@ -0,0 +1,22 @@
#ifndef MYPROJECT_H
#define MYPROJECT_H
/* Includes ------------------------------------------------------------------*/
#include "stm32f10x_it.h"
#include "usart1.h"
#include "Delay.h"
#include "pwm.h"
#include "as5600.h"
#include "MagneticSensor.h"
#include "foc_utils.h"
#include "FOCMotor.h"
#include "BLDCmotor.h"
#include "lowpass_filter.h"
#include "pid.h"
#endif