Semtech / LoRaWAN-NAMote72-Application-Demo

Dependencies:   LoRaWAN-lib mbed lib_mpl3115a2 lib_mma8451q lib_gps SX1272Lib

Dependents:   LoRaWAN-NAMote72-BVS-confirmed-tester-0-7v1_copy

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SerialDisplay.h Source File

SerialDisplay.h

00001 /*
00002  / _____)             _              | |
00003 ( (____  _____ ____ _| |_ _____  ____| |__
00004  \____ \| ___ |    (_   _) ___ |/ ___)  _ \
00005  _____) ) ____| | | || |_| ____( (___| | | |
00006 (______/|_____)_|_|_| \__)_____)\____)_| |_|
00007     (C)2015 Semtech
00008 
00009 Description: Serial display management
00010 
00011 License: Revised BSD License, see LICENSE.TXT file include in the project
00012 
00013 Maintainer: Uttam Bhat
00014 */
00015 #ifndef __SERIAL_DISPLAY_H__
00016 #define __SERIAL_DISPLAY_H__
00017 
00018 #include "board.h"
00019 #include "vt100.h"
00020 #include "Commissioning.h"
00021 #include "LoRaMac.h"
00022 #include "Common.h"
00023 #include "LoRaDeviceStateProc.h"
00024 
00025 void SerialDisplayJoinUpdate( void );
00026 void SerialDisplayTxUpdate( void );
00027 void SerialDisplayRxUpdate( void );
00028 void SerialDisplayHex( uint8_t *pData, uint8_t len );
00029 void SerialAcclMetrDisplay( uint8_t statusReg );
00030 void DisplayNetworkParam( void );
00031 void SerialDisplayJoinDataRateUpdate( uint8_t actualDatarate );
00032 void DisplaySwVersion( void );
00033 
00034 #endif // __SERIAL_DISPLAY_H__