Fixed a typo in the example code DigitialOut to DigitalOut
Fork of PinDetect_KL25Z by
Revision 5:054fc24ec446, committed 2014-10-05
- Comitter:
- danielashercohen
- Date:
- Sun Oct 05 04:59:01 2014 +0000
- Parent:
- 4:4f11ae3737c7
- Commit message:
- corrected a typo in the example code, changed DigitialOut to DigitalOut
Changed in this revision
| PinDetect.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/PinDetect.h Tue Aug 05 03:30:12 2014 +0000
+++ b/PinDetect.h Sun Oct 05 04:59:01 2014 +0000
@@ -70,10 +70,10 @@
* #include "PinDetect.h"
*
* PinDetect pin( p30 );
- * DigitialOut led1( LED1 );
- * DigitialOut led2( LED2 );
- * DigitialOut led3( LED3 );
- * DigitialOut led4( LED4 );
+ * DigitalOut led1( LED1 );
+ * DigitalOut led2( LED2 );
+ * DigitalOut led3( LED3 );
+ * DigitalOut led4( LED4 );
*
* void keyPressed( void ) {
* led2 = 1;
