Advertisement
franciscominajas

Untitled

Mar 1st, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. public PieDetector()
  2.     {
  3.         initComponents();
  4.        
  5.                
  6.         try
  7.         {
  8.             arduinouno.arduinoRXTX("COM4", 9600, listener);
  9.         }
  10.         catch (ArduinoException ex)
  11.         {
  12.             Logger.getLogger(PieDetector.class.getName()).log(Level.SEVERE, null, ex);
  13.         }
  14.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement