14 lines
326 B
C
14 lines
326 B
C
//
|
|
// Created by xemon on 17.11.22.
|
|
//
|
|
|
|
#ifndef UVEOS_ON_NATION_AUDIOPLAYERTELITLE910_H
|
|
#define UVEOS_ON_NATION_AUDIOPLAYERTELITLE910_H
|
|
|
|
#include "AtGsmTelitLe910.h"
|
|
#include "AudioPlayerInterface.h"
|
|
|
|
tAudioPlayerInterface AudioPlayerTelitLe910_GetInterface(tAtCmd *telitAt);
|
|
|
|
#endif //UVEOS_ON_NATION_AUDIOPLAYERTELITLE910_H
|