Initial public release.
This commit is contained in:
parent
7b169e8116
commit
dac4af8d25
255 changed files with 68595 additions and 2 deletions
31
2020TPCApp0.cydsn/ias.h
Normal file
31
2020TPCApp0.cydsn/ias.h
Normal file
|
@ -0,0 +1,31 @@
|
|||
/*******************************************************************************
|
||||
* File Name: ias.h
|
||||
*
|
||||
* Description:
|
||||
* Contains the function prototypes and references for the Immediate Alert
|
||||
* Service of the Bluetooth Component.
|
||||
*
|
||||
********************************************************************************
|
||||
* Copyright 2017, Cypress Semiconductor Corporation. All rights reserved.
|
||||
* You may use this file only in accordance with the license, terms, conditions,
|
||||
* disclaimers, and limitations in the end user license agreement accompanying
|
||||
* the software package with which this file was provided.
|
||||
*******************************************************************************/
|
||||
|
||||
#include "project.h"
|
||||
|
||||
|
||||
/***************************************
|
||||
* Function Prototypes
|
||||
***************************************/
|
||||
void IasInit(void);
|
||||
void IasEventHandler(uint32_t event, void *eventParam);
|
||||
|
||||
|
||||
/***************************************
|
||||
* External data references
|
||||
***************************************/
|
||||
extern volatile uint8_t alertLevel;
|
||||
|
||||
|
||||
/* [] END OF FILE */
|
Loading…
Add table
Add a link
Reference in a new issue