mQ Branch for NA mote testing
Dependencies: LoRaWAN-lib SX1272Lib-mQ lib_gps lib_mma8451q lib_mpl3115a2 mbed
Fork of LoRaWAN-NAMote72-Application-Demo by
app/SerialDisplay.h
- Committer:
- Benedict_Tizzano
- Date:
- 2018-03-30
- Revision:
- 19:e136bd75eabd
- Parent:
- 18:18408c3c2d0c
File content as of revision 19:e136bd75eabd:
/* / _____) _ | | ( (____ _____ ____ _| |_ _____ ____| |__ \____ \| ___ | (_ _) ___ |/ ___) _ \ _____) ) ____| | | || |_| ____( (___| | | | (______/|_____)_|_|_| \__)_____)\____)_| |_| (C)2015 Semtech Description: Serial display management License: Revised BSD License, see LICENSE.TXT file include in the project Maintainer: Uttam Bhat */ #ifndef __SERIAL_DISPLAY_H__ #define __SERIAL_DISPLAY_H__ #include "board.h" #include "vt100.h" #include "Commissioning.h" #include "LoRaMac.h" #include "Common.h" #include "LoRaDeviceStateProc.h" void SerialDisplayJoinUpdate( void ); void SerialDisplayTxUpdate( void ); void SerialDisplayRxUpdate( void ); void SerialDisplayHex( uint8_t *pData, uint8_t len ); void SerialAcclMetrDisplay( uint8_t statusReg ); void DisplayNetworkParam( void ); void SerialDisplayJoinDataRateUpdate( uint8_t actualDatarate ); void DisplaySwVersion( void ); #endif // __SERIAL_DISPLAY_H__