adding armbox

This commit is contained in:
TangoCash
2017-09-12 16:10:27 +02:00
parent 79c098ec3d
commit d8c3c47b86
37 changed files with 10212 additions and 2 deletions

7
libarmbox/lirmp_input.h Normal file
View File

@@ -0,0 +1,7 @@
/* functions from lirmp_input.cpp */
#ifndef __LIRMP_INPUT_H_
#define __LIRMP_INPUT_H_
void start_input_thread(void);
void stop_input_thread(void);
#endif