Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_IKS01A1 driver_mbed_TH02 LoRaWAN-lib-v1_0_1 SX1272Lib mbed
Fork of LoRaWAN-SX1272-Application-Demo by
app/SerialDisplay.h
- Committer:
- ubhat
- Date:
- 2017-04-06
- Revision:
- 0:6cc76d70e2a1
File content as of revision 0:6cc76d70e2a1:
/*
/ _____) _ | |
( (____ _____ ____ _| |_ _____ ____| |__
\____ \| ___ | (_ _) ___ |/ ___) _ \
_____) ) ____| | | || |_| ____( (___| | | |
(______/|_____)_|_|_| \__)_____)\____)_| |_|
(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__
