jack zen / Mbed 2 deprecated ADXL345Test_for_motor_test

Dependencies:   mbed

Fork of ADXL345Test_for_motortest by jack zen

Files at this revision

API Documentation at this revision

Comitter:
jeromecoutant
Date:
Wed Aug 17 09:58:13 2016 +0000
Parent:
1:189f0ee0223e
Child:
3:e4783c57bcc0
Commit message:
Use LED1/LED2/LED3 define that can be sed for each NUCLEO

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Feb 17 22:12:58 2014 +0000
+++ b/main.cpp	Wed Aug 17 09:58:13 2016 +0000
@@ -1,8 +1,8 @@
 #include "mbed.h"
 
-DigitalOut red(D5);
-DigitalOut blue(D8);
-DigitalOut green(D9);
+DigitalOut red(LED1);
+DigitalOut blue(LED2);
+DigitalOut green(LED3);
 int i;
 
 int main() {
--- a/mbed.bld	Mon Feb 17 22:12:58 2014 +0000
+++ b/mbed.bld	Wed Aug 17 09:58:13 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/b0220dba8be7
\ No newline at end of file