mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 03:04:37 +01:00
13 lines
190 B
C
13 lines
190 B
C
/**
|
|
* combine bluetooth and crypto parts to build EXPOSURE NOTIFICATION
|
|
*
|
|
*/
|
|
|
|
#ifndef _ena_H_
|
|
#define _ena_H_
|
|
|
|
#define ENA_LOG "ESP-ENA" // TAG for Logging
|
|
|
|
void ena_start(void);
|
|
|
|
#endif |