change the timer of LED to TIMER5(basic timer)

This commit is contained in:
yelvlab 2024-09-25 11:01:14 +08:00
parent 212ffff06b
commit e345b826da

View File

@ -35,6 +35,9 @@ OF SUCH DAMAGE.
#include "gd32e23x_it.h" #include "gd32e23x_it.h"
#include "main.h" #include "main.h"
#include "systick.h" #include "systick.h"
#include "ultrasonic_driver.h"
__IO uint32_t capture_value;
/*! /*!
\brief this function handles NMI exception \brief this function handles NMI exception