User Tools

Site Tools


the_ledtester_class

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
the_ledtester_class [2018/08/11 01:03] frchristhe_ledtester_class [2018/08/11 01:04] frchris
Line 70: Line 70:
                 }                 }
                 sleep(1;   // common gap                 sleep(1;   // common gap
 +        }
 +    }
 +    /*
 +     * Wait units times the defined unit of time
 +     */
 +    private void sleep(int units) {
 +        try { 
 +            Thread.sleep(units*UNIT); 
 +        } catch (InterruptedException e) 
 +        {
         }         }
     }     }
the_ledtester_class.txt · Last modified: 2018/08/11 01:10 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki