Felícito Manzano
/
DTK_Guaria2_ABInBev
Proyecto ABInBev para la tarjeta Guaria 1/2.
JQ8400/jq8400_voice.hpp@19:5580a9a54ad5, 2022-07-07 (annotated)
- Committer:
- fmanzano_dtk
- Date:
- Thu Jul 07 16:17:25 2022 +0000
- Revision:
- 19:5580a9a54ad5
- Parent:
- 1:9e821e640117
Sincronizacion;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
fmanzano_dtk | 1:9e821e640117 | 1 | /** |
fmanzano_dtk | 1:9e821e640117 | 2 | * @file jq8400_voice.hpp |
fmanzano_dtk | 1:9e821e640117 | 3 | * @author Felícito Manzano (felicito.manzano@detektor.com.sv) |
fmanzano_dtk | 1:9e821e640117 | 4 | * @brief |
fmanzano_dtk | 1:9e821e640117 | 5 | * @version 0.1 |
fmanzano_dtk | 1:9e821e640117 | 6 | * @date 2020-09-22 |
fmanzano_dtk | 1:9e821e640117 | 7 | * |
fmanzano_dtk | 1:9e821e640117 | 8 | * @copyright Copyright (c) 2020 |
fmanzano_dtk | 1:9e821e640117 | 9 | * |
fmanzano_dtk | 1:9e821e640117 | 10 | */ |
fmanzano_dtk | 1:9e821e640117 | 11 | |
fmanzano_dtk | 1:9e821e640117 | 12 | #ifndef __JQ8400_VOICE_H |
fmanzano_dtk | 1:9e821e640117 | 13 | #define __JQ8400_VOICE_H |
fmanzano_dtk | 1:9e821e640117 | 14 | |
fmanzano_dtk | 1:9e821e640117 | 15 | |
fmanzano_dtk | 1:9e821e640117 | 16 | extern const char SET_VOLUME_MUTE[5]; |
fmanzano_dtk | 1:9e821e640117 | 17 | extern const char SET_VOLUME_VERY_LOW[5]; |
fmanzano_dtk | 1:9e821e640117 | 18 | extern const char SET_VOLUME_LOW[5]; |
fmanzano_dtk | 1:9e821e640117 | 19 | extern const char SET_VOLUME_MEDIUM[5]; |
fmanzano_dtk | 1:9e821e640117 | 20 | extern const char SET_VOLUME_HIGH[5]; |
fmanzano_dtk | 1:9e821e640117 | 21 | extern const char SET_VOLUME_VERY_HIGH[5]; |
fmanzano_dtk | 1:9e821e640117 | 22 | extern const char SET_VOLUME_MAXIMUM[5]; |
fmanzano_dtk | 1:9e821e640117 | 23 | |
fmanzano_dtk | 1:9e821e640117 | 24 | |
fmanzano_dtk | 1:9e821e640117 | 25 | //FUNTIONS |
fmanzano_dtk | 1:9e821e640117 | 26 | extern bool jq8400_playID(int id_voice_file, BufferedSerial *puertoCOM); |
fmanzano_dtk | 1:9e821e640117 | 27 | extern bool jq8400_iniVol(int id_volume, BufferedSerial *puertoCOM); |
fmanzano_dtk | 1:9e821e640117 | 28 | extern bool jq8400_setVol(int *id_volume, BufferedSerial *puertoCOM); |
fmanzano_dtk | 1:9e821e640117 | 29 | extern bool jq8400_addQueue(int id_voice_file); |
fmanzano_dtk | 1:9e821e640117 | 30 | |
fmanzano_dtk | 1:9e821e640117 | 31 | #endif //__JQ8400_VOICE_H |