SmartMesh QSL for STM32F4 version

Fork of COG-AD4050_QSL by APS Lab

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers dn_lock.h Source File

dn_lock.h

00001 /*
00002 Copyright (c) 2014, Dust Networks. All rights reserved.
00003 
00004 \license See attached DN_LICENSE.txt.
00005 */
00006 
00007 #ifndef DN_LOCK_H
00008 #define DN_LOCK_H
00009 
00010 #include "dn_common.h"
00011 
00012 //=========================== defined =========================================
00013 
00014 //=========================== typedef =========================================
00015 
00016 //=========================== variables =======================================
00017 
00018 //=========================== prototypes ======================================
00019 
00020 #ifdef __cplusplus
00021  extern "C" {
00022 #endif
00023 
00024 void dn_lock();
00025 void dn_unlock();
00026 
00027 #ifdef __cplusplus
00028 }
00029 #endif
00030 
00031 #endif
00032