hwang guihoon / Mbed OS poo_dino_game

Dependencies:   C12832 ESP-call

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers common_func.h Source File

common_func.h

00001 #ifndef COMMON_FUNC_H
00002 #define COMMON_FUNC_H
00003 
00004 #include "mbed.h"
00005 #include "uart.h"
00006 
00007 void end(int tic);
00008 
00009 #endif