first commit

This commit is contained in:
2025-02-19 14:46:14 +08:00
commit cde431e41c
221 changed files with 204599 additions and 0 deletions

11
APP/usart1_tx_dma.h Normal file
View File

@ -0,0 +1,11 @@
//
// Created by hu123456 on 2024/8/19.
//
#ifndef H750_S15909_USART1_TX_DMA_H
#define H750_S15909_USART1_TX_DMA_H
#include "mymain.h"
extern DMA_HandleTypeDef g_dma_handle;
void dma_init(DMA_Stream_TypeDef *dma_stream_handle, uint32_t ch);
#endif //H750_S15909_USART1_TX_DMA_H