Bluecontroller (BCA8-BTM)  Epsilon
Bluecontroller BCA8-BTM (bluetooth module BTM-222, microcontroller ATmega328P)
 All Files Functions Macros
cmd.h
Go to the documentation of this file.
1 
15 #ifndef CMD_H_
16  #define CMD_H_
17 
18  /* Include */
19  #include "bluecontroller.h"
20  #include <string.h> // Used for strcmp()
21 
22  /* Define */
23  #define UART_MAXSTRLEN 10
24 
25  /* Method */
26  void checkCmd(void);
27 
28 #endif /* CMD_H_ */