recevice function

This commit is contained in:
2024-12-11 14:30:26 +08:00
parent 38849856af
commit c90ecf05f9
3 changed files with 92 additions and 5 deletions

View File

@@ -43,5 +43,6 @@ OF SUCH DAMAGE.
#define LED_IRQ TIMER16_IRQn
void led_config(void);
void iicReceiveData(void);
#endif /* MAIN_H */