mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-17 05:36:39 +01:00
mesh example
This commit is contained in:
10
src/Network.h
Normal file
10
src/Network.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __NETWORK_H__
|
||||
#define __NETWORK_H__
|
||||
|
||||
class Network {
|
||||
public:
|
||||
Network(){}
|
||||
virtual Network* connect();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user