mirror of
https://git.aixiao.me/aixiao/Danger-alarm.git
synced 2025-07-29 19:13:39 +08:00
ADD HC-12 sensor
This commit is contained in:
@@ -11,7 +11,7 @@ void _HC_12_INIT()
|
||||
return;
|
||||
}
|
||||
|
||||
void _HC_12(const char *string)
|
||||
void _HC_12(char *string)
|
||||
{
|
||||
uart_tx_program_puts(HC_12_PIO, HC_12_PIO_SM_TX, string);
|
||||
sleep_ms(100);
|
||||
|
||||
Reference in New Issue
Block a user