TS-E+ базовая библиотека.
libTSE+
 Указатель Классы Функции Переменные Определения типов
user.h
1 /*
2  * user.h
3  *
4  * Created on: Apr 14, 2015
5  * Author: nick
6  */
7 
8 #ifndef USER_H_
9 #define USER_H_
10 
11 #include "system.h"
12 #include "net.h"
13 #include "vfs.h"
14 
19 void setup(const bool reset);
23 void onIdle();
30 bool acceptConnection(const EthernetAddress hwAddr, const IP4Address ipAddr);
31 
32 #endif /* USER_H_ */
Definition: net.h:63
Definition: net.h:32