mirror of
https://github.com/peterantypas/maiana.git
synced 2025-06-09 19:20:17 -07:00
9 lines
68 B
C
9 lines
68 B
C
#ifndef __WIFI_H__
|
|
#define __WIFI_H__
|
|
|
|
void wifi_start();
|
|
|
|
|
|
|
|
#endif
|