终于把433通讯整出来了,不过程序空间快不够了要好好优化一下
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* r480r.h
|
||||
*
|
||||
* Created on: 2021年10月15日
|
||||
* Author: wuwenfeng
|
||||
*/
|
||||
|
||||
#ifndef R480R_H_
|
||||
#define R480R_H_
|
||||
|
||||
#include "main.h"
|
||||
|
||||
struct
|
||||
{
|
||||
char add[2];
|
||||
char key;
|
||||
uint16_t times;
|
||||
}r480;
|
||||
|
||||
void r480_init();
|
||||
|
||||
|
||||
|
||||
#endif /* R480R_H_ */
|
||||
Reference in New Issue
Block a user