User Tools

Site Tools


the_ledtester_class

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
the_ledtester_class [2018/08/11 00:25] – created frchristhe_ledtester_class [2018/08/11 00:28] frchris
Line 1: Line 1:
 hi hi
 <file LEDTester.java> <file LEDTester.java>
-hi+/** 
 + * This class tests LED by flashing some morse code. 2014 verion by  
 + * @author Ian Utting 
 + * @author Fabio Heday 
 + *  
 + * Chris Thiel added the finalize() method to aviod GpioPinExistsException 
 + * @version 10 Aug 18 
 + */ 
 +public class LEDTester 
 +
 +     protected void finalize(){ 
 +        pin1.finalize(); 
 +    }   
 +}
 </file> </file>
 +
the_ledtester_class.txt · Last modified: 2018/08/11 01:10 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki