change date of licence

This commit is contained in:
gumj 2021-04-30 11:31:41 +08:00
parent b1b4f065ce
commit f7d6f54d29
13 changed files with 13 additions and 13 deletions

View File

@ -15,7 +15,7 @@
* @brief: using zigbee to receive message * @brief: using zigbee to receive message
* @version: 1.0 * @version: 1.0
* @author: AIIT XUOS Lab * @author: AIIT XUOS Lab
* @date: 2020/4/25 * @date: 2021/4/30
* *
*/ */
#include <xs_adapter_zigbee.h> #include <xs_adapter_zigbee.h>

View File

@ -15,7 +15,7 @@
* @brief: using zigbee to send message * @brief: using zigbee to send message
* @version: 1.0 * @version: 1.0
* @author: AIIT XUOS Lab * @author: AIIT XUOS Lab
* @date: 2020/4/25 * @date: 2021/4/30
* *
*/ */
#include <xs_adapter_zigbee.h> #include <xs_adapter_zigbee.h>

View File

@ -15,7 +15,7 @@
* @brief: store digits in this file * @brief: store digits in this file
* @version: 1.0 * @version: 1.0
* @author: AIIT XUOS Lab * @author: AIIT XUOS Lab
* @date: 2020/4/30 * @date: 2021/4/30
* *
*/ */
const float mnist_digit[] = { const float mnist_digit[] = {

View File

@ -15,7 +15,7 @@
* @brief: mnist function * @brief: mnist function
* @version: 1.0 * @version: 1.0
* @author: AIIT XUOS Lab * @author: AIIT XUOS Lab
* @date: 2020/4/30 * @date: 2021/4/30
* *
*/ */
#include <xiuos.h> #include <xiuos.h>

View File

@ -15,7 +15,7 @@
* @brief: start mnist function * @brief: start mnist function
* @version: 1.0 * @version: 1.0
* @author: AIIT XUOS Lab * @author: AIIT XUOS Lab
* @date: 2020/4/30 * @date: 2021/4/30
* *
*/ */

View File

@ -15,7 +15,7 @@
* @brief: store model weights in this file * @brief: store model weights in this file
* @version: 1.0 * @version: 1.0
* @author: AIIT XUOS Lab * @author: AIIT XUOS Lab
* @date: 2020/4/30 * @date: 2021/4/30
* *
*/ */
unsigned char mnist_model[] = { unsigned char mnist_model[] = {

View File

@ -14,7 +14,7 @@
# @brief: print image digit at command line # @brief: print image digit at command line
# @version: 1.0 # @version: 1.0
# @author: AIIT XUOS Lab # @author: AIIT XUOS Lab
# @date: 2020/4/30 # @date: 2021/4/30
# ========================================================================================== # ==========================================================================================

View File

@ -14,7 +14,7 @@
# @brief: open file path and load model # @brief: open file path and load model
# @version: 1.0 # @version: 1.0
# @author: AIIT XUOS Lab # @author: AIIT XUOS Lab
# @date: 2020/4/30 # @date: 2021/4/30
# ========================================================================================== # ==========================================================================================

View File

@ -14,7 +14,7 @@
# @brief: load data amd start model omferemce # @brief: load data amd start model omferemce
# @version: 1.0 # @version: 1.0
# @author: AIIT XUOS Lab # @author: AIIT XUOS Lab
# @date: 2020/4/30 # @date: 2021/4/30
# ========================================================================================== # ==========================================================================================

View File

@ -14,7 +14,7 @@
# @brief: model training # @brief: model training
# @version: 1.0 # @version: 1.0
# @author: AIIT XUOS Lab # @author: AIIT XUOS Lab
# @date: 2020/4/30 # @date: 2021/4/30
# ========================================================================================== # ==========================================================================================

View File

@ -15,7 +15,7 @@
* @brief: head file * @brief: head file
* @version: 1.0 * @version: 1.0
* @author: AIIT XUOS Lab * @author: AIIT XUOS Lab
* @date: 2020/4/25 * @date: 2021/4/25
* *
*/ */
#ifndef XS_ADAPTER_ZIGBEE_H #ifndef XS_ADAPTER_ZIGBEE_H

View File

@ -15,7 +15,7 @@
* @brief: register zigbee in initialization * @brief: register zigbee in initialization
* @version: 1.0 * @version: 1.0
* @author: AIIT XUOS Lab * @author: AIIT XUOS Lab
* @date: 2020/4/25 * @date: 2021/4/30
* *
*/ */
#include <xs_adapter_zigbee.h> #include <xs_adapter_zigbee.h>

View File

@ -15,7 +15,7 @@
* @brief: zigbee open close function * @brief: zigbee open close function
* @version: 1.0 * @version: 1.0
* @author: AIIT XUOS Lab * @author: AIIT XUOS Lab
* @date: 2020/4/25 * @date: 2021/4/30
* *
*/ */