uv-k5-firmware/dtmf.h
2023-08-10 17:51:57 +01:00

11 lines
134 B
C
Executable File

#ifndef DTMF_H
#define DTMF_H
#include <stdbool.h>
#include <stdint.h>
bool DTMF_ValidateCodes(char *pCode, uint8_t Size);
#endif