source: rtos_arduino/trunk/lib/rca.h@ 136

Last change on this file since 136 was 136, checked in by ertl-honda, 8 years ago

ライブラリとOS及びベーシックなサンプルの追加.

File size: 306 bytes
Line 
1#ifndef _RCA_H_
2#define _RCA_H_
3
4#include <kernel.h>
5#include <t_syslog.h>
6#include <t_stdlib.h>
7
8#include "rca_lib.h"
9#undef true
10#undef false
11#include "Arduino.h"
12
13#ifdef RCA_USE_SERIAL3
14extern Uart Serial3;
15#endif /* RCA_USE_SERIAL3 */
16
17#include "kernel_cfg.h"
18#include "rca_app.h"
19#endif /* _RCA_H_ */
Note: See TracBrowser for help on using the repository browser.