16 lines
377 B
C
16 lines
377 B
C
//
|
|
// Created by zemon on 29.11.22.
|
|
//
|
|
|
|
#ifndef UVEOS_ON_NATION_AUDIORECORDERTELITLE910_H
|
|
#define UVEOS_ON_NATION_AUDIORECORDERTELITLE910_H
|
|
|
|
#include "stdlib.h"
|
|
#include "stdbool.h"
|
|
#include "AudioRecorderInterface.h"
|
|
#include "AtGsmTelitLe910.h"
|
|
|
|
tAudioRecorderInterface AudioRecordTelitLe910_GetInterface(tAtCmd *telitAt);
|
|
|
|
#endif //UVEOS_ON_NATION_AUDIORECORDERTELITLE910_H
|