feat: 接口更新

This commit is contained in:
bmy
2024-06-02 17:01:35 +08:00
parent 682f479771
commit 0517164e42
7 changed files with 227 additions and 72 deletions

View File

@@ -69,10 +69,10 @@
/* add user code end 0 */
/**
* @brief main function.
* @param none
* @retval none
*/
* @brief main function.
* @param none
* @retval none
*/
int main(void)
{
/* add user code begin 1 */
@@ -152,8 +152,12 @@ int main(void)
/* add user code end 2 */
while (1) {
while(1)
{
/* add user code begin 3 */
// gpio_bits_write(GPIOC, GPIO_PINS_3, !gpio_output_data_bit_read(GPIOC, GPIO_PINS_3));
// gpio_bits_write(GPIOC, GPIO_PINS_2, !gpio_output_data_bit_read(GPIOC, GPIO_PINS_2));
// DWT_Delay(1000000);
by_messy_loop();
by_motion_loop();
/* add user code end 3 */