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

    r258 r260  
    1 #include "rca.h"
     1#include "r2ca.h"
    22#include "ESP8266.h"
    33
     
    108108void FollowBlock(int trackedBlock);
    109109int TrackBlock(int blockCount);
     110void task1_setup();
    110111
    111112//---------------------------------------
     
    121122
    122123    button.waitForPress();
    123     buzzer.playStart();   
     124    buzzer.playStart();
     125
     126        task1_setup();
    124127}
    125128 
     
    271274
    272275
    273 bool setup_done = false;
    274 
    275276void task1_setup()
    276277{
     
    350351
    351352    Serial.print("setup end\r\n");
    352 
    353     setup_done = true;
    354353}
    355354
     
    361360uint8_t task1_mux_id = MUX_NULL;
    362361
    363 void task1_loop()
     362void loop1()
    364363{
    365364    char buf[128];
Note: See TracChangeset for help on using the changeset viewer.