source: rtos_arduino/trunk/arduino_lib/libraries/ESP8266/doxygen.h@ 136

Last change on this file since 136 was 136, checked in by ertl-honda, 8 years ago

ライブラリとOS及びベーシックなサンプルの追加.

File size: 575 bytes
Line 
1/**
2 * @file doxygen.h
3 *
4 * Define modules in API doc.
5 *
6 * @author Wu Pengfei (email:<pengfei.wu@itead.cc>)
7 * @date 2014/11/20
8 * @copyright
9 * Copyright (C) 2013-2014 ITEAD Intelligent Systems Co., Ltd. \n
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of
13 * the License, or (at your option) any later version.
14 */
15
16#ifndef __IOTGO_DOXYGEN_H__
17#define __IOTGO_DOXYGEN_H__
18
19
20
21#endif /* #ifndef __IOTGO_DOXYGEN_H__ */
Note: See TracBrowser for help on using the repository browser.