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

Linux Cross Reference
cvs/emstar/AuricleDemo.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 AuricleDemo {
 10   type = once;
 11   waitfor = mote0;
 12   cmd = "tos-contrib/vango/emstar/AuricleDemo --appname AuricleDemo --log class=usr1,boot,error:elog=LOG_WARNING";
 13 }
 14 

~ [ 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.