3.24_433_RX版本:封装RF433模块,完成开机进入TX/RX模式并在开发板验证成功

This commit is contained in:
2026-03-24 16:59:20 +08:00
commit e439dd465e
1311 changed files with 692196 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#ifndef _DinoGame_H
#define _DinoGame_H
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h> // rand
#include "application.h"
void DinoGame_Run(xpItem item);
#endif