Create corona.h
added: CWA-handling
This commit is contained in:
parent
9c1d03d886
commit
f1bf16bd74
16
include/corona.h
Normal file
16
include/corona.h
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
#ifndef _CORONA_h
|
||||||
|
#define _CORONA_H
|
||||||
|
|
||||||
|
// inspired by https://github.com/kmetz/BLEExposureNotificationBeeper
|
||||||
|
// (c) by Kaspar Metz
|
||||||
|
// modified for use in the Paxcounter by AQ
|
||||||
|
|
||||||
|
#include "globals.h"
|
||||||
|
#include <map>
|
||||||
|
|
||||||
|
bool cwa_init(void);
|
||||||
|
bool cwa_mac_add(uint8_t *);
|
||||||
|
void cwa_clear(void);
|
||||||
|
uint16_t cwa_report(void);
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user