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.
Revision 1:2ba4f0cac458, committed 2021-11-18
- Comitter:
- appa
- Date:
- Thu Nov 18 23:58:43 2021 +0000
- Parent:
- 0:350d52ba582b
- Commit message:
- use row col for led
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Nov 17 00:57:53 2021 +0000
+++ b/main.cpp Thu Nov 18 23:58:43 2021 +0000
@@ -1,7 +1,7 @@
#include "mbed.h"
-DigitalOut C11(P0_5, 0); // low for colum 2
-DigitalOut LED11(P0_14); // high for row 2
+DigitalOut C11(COL2, 0); // low for colum 2
+DigitalOut LED11(ROW2); // high for row 2
int main() {
while(1) {