source: rtos_arduino/trunk/examples/MilkCocoa_basic/rca_app.h@ 147

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

Milkcocoaのサンプルの追加

File size: 356 bytes
Line 
1#ifndef _RCA_APP_H_
2#define _RCA_APP_H_
3
4#define RCA_NUM_TASK 0
5
6/*
7 * Use Serial3
8 */
9#define RCA_USE_SERIAL3
10
11#define RCA_TASK2_LOOP_PRI 4 //Web
12#define RCA_TASK3_LOOP_PRI 3 //LED
13#define RCA_TASK4_LOOP_PRI 7 //TFT
14#define RCA_TASK5_LOOP_PRI 6 //Processing
15
16#define RCA_ENABLE_PROFILING
17#define RCA_PROFILING_CYC_MS 1
18
19#endif /* _RCA_APP_H_ */
Note: See TracBrowser for help on using the repository browser.