mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 01:45:55 +08:00
14 lines
164 B
C
14 lines
164 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
// Register WiFi functions
|
|
void register_wifi(void);
|
|
void initialise_wifi(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|