mbed for tic tac toe

Dependents:   TicTacToe

Fork of mbed by -deleted-

Files at this revision

API Documentation at this revision

Comitter:
simon
Date:
Tue May 18 16:04:21 2010 +0000
Parent:
18:b3c9f16cbb96
Child:
20:029aa53d7323
Commit message:
* Fix DigitalIn::mode()
* Fix interruptIn detach()
* Improve InterruptIn speed

Changed in this revision

DigitalIn.h Show annotated file Show diff for this revision Revisions of this file
LPC1768/capi.ar Show annotated file Show diff for this revision Revisions of this file
LPC1768/core_cm3.o Show annotated file Show diff for this revision Revisions of this file
LPC1768/mbed.ar Show annotated file Show diff for this revision Revisions of this file
LPC2368/capi.ar Show annotated file Show diff for this revision Revisions of this file
LPC2368/mbed.ar Show annotated file Show diff for this revision Revisions of this file
--- a/DigitalIn.h	Mon May 17 14:18:54 2010 +0000
+++ b/DigitalIn.h	Tue May 18 16:04:21 2010 +0000
@@ -62,7 +62,7 @@
      *  Set the input pin mode
      *
      * Variables:
-     *  mode - PullUp, PullDown, PullNone
+     *  mode - PullUp, PullDown, PullNone, OpenDrain
      */
     void mode(PinMode pull);
     
Binary file LPC1768/capi.ar has changed
Binary file LPC1768/core_cm3.o has changed
Binary file LPC1768/mbed.ar has changed
Binary file LPC2368/capi.ar has changed
Binary file LPC2368/mbed.ar has changed