nick adjusted version

Dependencies:   mbed BLE_API nRF51822

Files at this revision

API Documentation at this revision

Comitter:
nixdat
Date:
Sat Oct 12 03:19:04 2019 +0000
Parent:
12:9bb01e063498
Commit message:
rebuild

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Aug 27 05:48:45 2017 +0000
+++ b/main.cpp	Sat Oct 12 03:19:04 2019 +0000
@@ -47,8 +47,11 @@
  *Syntax:  Pin "P0.4" on nRF51822 documentation is mbed "p4".
  * InterruptIn is pulled-up.  GND the pin to activate.
 */
-InterruptIn button1(p0);    //nRF51822 P0.0
-InterruptIn button2(p1);    //nRF51822 P0.1
+//InterruptIn button1(p0);    //nRF51822 P0.0
+//InterruptIn button2(p1);    //nRF51822 P0.1
+
+InterruptIn button1(p9);     //nRF51822 P0.0
+InterruptIn button2(p11);    //nRF51822 P0.1
 /******************************************************************************************
  * END tochange
 *******************************************************************************************/