LinkNode_SimpleControls
Dependencies: BLE_API mbed nRF51822
Fork of LinkNode_SimpleControls by
Revision 5:152d0a9c4e84, committed 2016-04-13
- Comitter:
- helloqi
- Date:
- Wed Apr 13 12:51:42 2016 +0000
- Parent:
- 4:3445b1647be5
- Commit message:
- LinkNode_SimpleControls
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 3445b1647be5 -r 152d0a9c4e84 main.cpp --- a/main.cpp Tue Apr 12 03:05:04 2016 +0000 +++ b/main.cpp Wed Apr 13 12:51:42 2016 +0000 @@ -28,11 +28,11 @@ #define TXRX_BUF_LEN 20 -#define DIGITAL_OUT_PIN P0_20 //D7 -#define DIGITAL_IN_PIN P0_29 //A4 -#define PWM_PIN P0_19 //D6 -#define SERVO_PIN P0_22 //D10 -#define ANALOG_IN_PIN P0_1 //A5 +#define DIGITAL_OUT_PIN P0_20 +#define DIGITAL_IN_PIN P0_29 +#define PWM_PIN P0_19 +#define SERVO_PIN P0_22 +#define ANALOG_IN_PIN P0_1 BLE ble;