Files
pwm32e_pro/project/example/2.4g/RF24_ADV/app/src/test.h
T
moyuhai 41a602f89c V1.0
2026-06-09 16:39:17 +08:00

10 lines
132 B
C

#ifndef __TEST_H
#define __TEST_H
#include <stdint.h>
extern void test_init(uint8_t value);
extern void test_100ms(void);
#endif