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 ADXL345Test_for_motortest by
Revision 2:0bc5af6c7ebf, committed 2016-08-17
- 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
