Ignore:
Timestamp:
Oct 23, 2016, 8:29:46 PM (8 years ago)
Author:
ertl-honda
Message:

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • rtos_arduino/trunk/examples/MultiTaskText/Exclusion/r2ca_app.cpp

    r257 r260  
    1 #include "rca.h"
     1#include "r2ca.h"
    22
    33#include <Wire.h>
     
    3939  if ((PreTouchValue == 1) && (TouchValue == 0) && (TouchState == 1)) {
    4040      TouchState = 0;
    41       iwup_tsk(RCA_TASK1);
     41      iwup_tsk(R2CA_TASK1);
    4242  }
    4343  PreTouchValue = TouchValue;
     
    6868}
    6969
    70 void task1_setup() {
    71    
    72 }
    7370
    74 void task1_loop() {
     71void loop1() {
    7572    slp_tsk();
    7673   
Note: See TracChangeset for help on using the changeset viewer.