esp-ena/main/ena.h

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