Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PinDetect_KL25Z by
Diff: PinDetect.h
- Revision:
- 5:054fc24ec446
- Parent:
- 4:4f11ae3737c7
diff -r 4f11ae3737c7 -r 054fc24ec446 PinDetect.h
--- 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;
