libkovan  1
The kovan standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
botball.h
Go to the documentation of this file.
1 #ifndef _BOTBALL_H_
2 #define _BOTBALL_H_
3 
4 #include "export.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 EXPORT_SYM void shut_down_in(double s);
11 EXPORT_SYM void wait_for_light(int light_port_);
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 
17 #endif
EXPORT_SYM void shut_down_in(double s)
#define EXPORT_SYM
Definition: export.h:7
EXPORT_SYM void wait_for_light(int light_port_)