IOT Matrix Display
Loading...
Searching...
No Matches
module_provisioning.h
Go to the documentation of this file.
1
10#ifndef __MODULE_PROVISIONING_H__
11#define __MODULE_PROVISIONING_H__
12
13/******************************************************************************
14 * Includes
15 *****************************************************************************/
16#include <stdbool.h>
17
18/******************************************************************************
19 * Constants
20 *****************************************************************************/
21/******************************************************************************
22 * Typedefs
23 *****************************************************************************/
24/******************************************************************************
25 * Global Variables
26 *****************************************************************************/
27/******************************************************************************
28 * Global API
29 *****************************************************************************/
30
31bool module_provisioningInit(void);
32
33bool module_provisioningConnectWifi(void);
34
35bool module_provisioningScan(void);
36
37#endif // __MODULE_PROVISIONING__