ADD HC-12 sensor

This commit is contained in:
2024-06-07 00:10:17 +08:00
parent 0d9424bf2b
commit c0e3e0addd
6 changed files with 19 additions and 4 deletions

View File

@@ -14,6 +14,6 @@
#define HC_12_PIO_SERIAL_BAUD 9600
extern void _HC_12_INIT();
extern void _HC_12(const char *string);
extern void _HC_12(char *string);
#endif