mirror of
https://github.com/sweidac/kidsbox.git
synced 2025-07-28 03:41:54 +02:00
Extracts networking.
This commit is contained in:
9
device/main/Networking.hpp
Normal file
9
device/main/Networking.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _NETWORKING_HPP
|
||||
#define _NETWORKING_HPP
|
||||
|
||||
class Networking {
|
||||
public:
|
||||
void connectWifi();
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user