source: rtos_arduino/trunk/lib/r2ca.h

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

マクロ名を更新.
実行モデルを変更.

File size: 310 bytes
Line 
1#ifndef _R2CA_H_
2#define _R2CA_H_
3
4#include <kernel.h>
5#include <t_syslog.h>
6#include <t_stdlib.h>
7
8#include "r2ca_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 "r2ca_app.h"
19#endif /* _RCA_H_ */
Note: See TracBrowser for help on using the repository browser.