Advertisement
savageautomate

RaspiRevisionExample

Feb 23rd, 2013
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. import java.io.IOException;
  2. import java.text.ParseException;
  3.  
  4. public class RaspiRevisionExample {
  5.    
  6.     public static void main(String[] args) throws InterruptedException, IOException, ParseException {
  7.        
  8.         System.out.println("Board Revision:  " +
  9.                 com.pi4j.system.SystemInfo.getRevision());
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement