To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.handyboardOpen lugnet.robotics.handyboard in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / Handy Board / 7861
  IC question
 
Just got my handyboard, and I am new to programming, so I have a probably simple question for you all. I have been playing around with IC trying to get responses on the LCD from start button presses. if I send the following on the IC command line : (...) (24 years ago, 27-May-00, to lugnet.robotics.handyboard)
 
  Re: IC question
 
You might try something like: while( 1 ) { if( start_button() ) printf( "you pressed the start button\n" ); else printf( "\n" ); msleep( 250L ); } or simply: { start_press(); printf( "you pressed the start button\n" ); } -- Will (...) +---...---+ | (...) (24 years ago, 27-May-00, to lugnet.robotics.handyboard)

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR