forked from ccsens_hardware/stc_ttss_868
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
645 B
19 lines
645 B
////////////////////////////////////////////////////////////////////////////
|
|
///@copyright Copyright (c) 2018, ´«¿Ø¿Æ¼¼ All rights reserved.
|
|
///-------------------------------------------------------------------------
|
|
/// @file APP_433.c
|
|
/// @brief APP_POWER driver app µçÔ´¹ÜÀí
|
|
|
|
///-------------------------------------------------------------------------
|
|
/// @version 1.0
|
|
/// @author CC
|
|
/// @date 20181010
|
|
/// @note cc_AS_stc01
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
#ifndef _BSP_433_H
|
|
#define _BSP_433_H
|
|
#include "../msp/uart0.h"
|
|
#endif // #ifndef _BSP_433_H
|
|
|
|
|