1
Dependencies: X_NUCLEO_IKS01A1 LoRaWAN-lib SX1276Lib mbed
app/SerialDisplay.h
- Committer:
- emerette
- Date:
- 2018-11-09
- Revision:
- 8:88e8a1c7b88a
- Parent:
- 0:42863a11464a
File content as of revision 8:88e8a1c7b88a:
/* / _____) _ | | ( (____ _____ ____ _| |_ _____ ____| |__ \____ \| ___ | (_ _) ___ |/ ___) _ \ _____) ) ____| | | || |_| ____( (___| | | | (______/|_____)_|_|_| \__)_____)\____)_| |_| (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 "Comissioning.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 ); #endif // __SERIAL_DISPLAY_H__