Ignore:
Timestamp:
Mar 31, 2016, 12:23:49 AM (8 years ago)
Author:
ertl-honda
Message:

マルチタスクのサンプルに変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtos_arduino/trunk/examples/WifiEcho/rca_app.h

    r146 r200  
    22#define _RCA_APP_H_
    33
     4#define MULTI_ECHO_SERVER
     5
     6#ifndef MULTI_ECHO_SERVER
    47#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
     8#else /* MULTI_ECHO_SERVER */
     9#define RCA_NUM_TASK 1
     10#endif /* MULTI_ECHO_SERVER */
    1811
    1912#endif /* _RCA_APP_H_ */
Note: See TracChangeset for help on using the changeset viewer.