Proyecto ABInBev para la tarjeta Guaria 1/2.

Program/playlist_exe.hpp

Committer:
fmanzano_dtk
Date:
2022-07-07
Revision:
19:5580a9a54ad5
Parent:
1:9e821e640117

File content as of revision 19:5580a9a54ad5:

/**
 * @file playlist_exe.hpp
 * @author Felícito Manzano (felicito.manzano@detektor.com.sv)
 * @brief 
 * @version 0.1
 * @date 2020-11-19
 * 
 * @copyright Copyright (c) 2020
 * 
 */

#ifndef __PLAYLIST_EXE_H
#define __PLAYLIST_EXE_H

    #define CODIGO_PAIS     507
    
    void processPlaylist();
    void endPlayingAudio();

#endif // __PLAYLIST_EXE_H