View Single Post
  #5   Spotlight this post!  
Unread 07-01-2015, 17:56
Arhowk's Avatar
Arhowk Arhowk is offline
FiM CSA
AKA: Jake Niman
FRC #1684 (The Chimeras) (5460 Mentor)
 
Join Date: Jan 2013
Rookie Year: 2013
Location: Lapeer
Posts: 542
Arhowk is a splendid one to beholdArhowk is a splendid one to beholdArhowk is a splendid one to beholdArhowk is a splendid one to beholdArhowk is a splendid one to beholdArhowk is a splendid one to behold
Re: System out println

The riolog is completely empty... heres the code

Code:
    int tick = 0;
    public void disabled(){
    	while(isDisabled()){
    		
    		System.out.println(tick++);
    		System.err.println(tick++);

    		Timer.delay(k_updatePeriod);
    	}
    }
Reply With Quote