NHS31xx SW API
sense_specific.h
1 /*
2  * Copyright 2016 NXP
3  * This software is owned or controlled by NXP and may only be used strictly
4  * in accordance with the applicable license terms. By expressly accepting
5  * such terms or by downloading, installing, activating and/or otherwise using
6  * the software, you are agreeing that you have read, and that you agree to
7  * comply with and are bound by, such license terms. If you do not agree to
8  * be bound by the applicable license terms, then you may not retain, install,
9  * activate or otherwise use the software.
10  */
11 
12 #ifndef APP_SENSE_SPECIFIC_H
13 #define APP_SENSE_SPECIFIC_H
14 
32 void SenseSpecific_Init(void);
33 
37 void SenseSpecific_DeInit(void);
38 
46 
60 uint32_t SenseSpecific_GetPillsInGroup(int group, uint16_t* pStatus, bool calibrated);
61 
66 int SenseSpecific_InitialPillCount(int group);
67 
77 bool SenseSpecific_GroupPositional(int group);
78 
80 #endif
int SenseSpecific_GetAmountOfGroups(void)
bool SenseSpecific_GroupPositional(int group)
int SenseSpecific_InitialPillCount(int group)
uint32_t SenseSpecific_GetPillsInGroup(int group, uint16_t *pStatus, bool calibrated)
void SenseSpecific_DeInit(void)
void SenseSpecific_Init(void)