View Single Post
  #59   Spotlight this post!  
Unread 18-03-2004, 08:49
Ryan M. Ryan M. is offline
Programming User
FRC #1317 (Digital Fusion)
Team Role: Programmer
 
Join Date: Jan 2004
Rookie Year: 2004
Location: Ohio
Posts: 1,508
Ryan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud of
Re: quick question: TIMERS

Quote:
Originally Posted by Astronouth7303
Four modes and six dig ins? To do four modes, you only need 2! With 6, you can have 64 modes!
Just to show what he means:
Code:
      On   Off
sw1   1      2
sw2   3      4
Where sw1 and sw2 are the two switches and the numbers in the center are the automous modes.
__________________