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/NAxesMotion/r2ca_app.cpp

    r255 r260  
    1 #include "rca.h"
     1#include "r2ca.h"
    22
    33/****************************************************************************
     
    6565  mySensor.setOperationMode(OPERATION_MODE_NDOF);   //Can be configured to other operation modes as desired
    6666  mySensor.setUpdateMode(MANUAL);       //The default is AUTO. Changing to manual requires calling the relevant update functions prior to calling the read functions
     67
     68  Serial5.begin(115200);
     69  Serial.print("Start!");
    6770}
    6871
     
    190193}
    191194
    192 void task1_setup()
    193 {
    194     Serial5.begin(115200);
    195     Serial.print("Start!");
    196 }
    197 
    198195int inByte = 0;
    199196int last_connect = 0;
     
    201198#define TIMEOUT_MS  3000
    202199
    203 void task1_loop()
     200void loop1()
    204201{
    205202    if(!processing_connected){
Note: See TracChangeset for help on using the changeset viewer.