~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
cvs/emstar/AuricleDemoClient.run


  1 # -*- Mode: C -*-
  2 #
  3 #
  4 
  5 include mote/mote.run
  6 
  7 &mote_tosnic(port=/dev/ttyUSB0,mote=telos,args="--baud 115200");
  8 
  9 process AuricleUser {
 10    type = once;
 11    waitfor = mote0;
 12    loglevel = LOG_DEBUG_3;
 13    cmd = "tos-contrib/vango/emstar/AuricleDemoClient --appname auricleU --log class=usr1,usr2,boot,error:elog=LOG_WARNING";
 14    emview = "module=EmTOS/Leds:dev=mpclient:leds";
 15  }

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.