uv-k5-firmware/dtmf.h

11 lines
134 B
C
Raw Normal View History

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