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 2:5155eb98b083, committed 2021-08-23
- Comitter:
- heptasat2021
- Date:
- Mon Aug 23 05:34:57 2021 +0000
- Parent:
- 1:7bb55b0a4b47
- Commit message:
- For Hepta-Sat Lite
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Aug 20 12:06:09 2021 +0000
+++ b/main.cpp Mon Aug 23 05:34:57 2021 +0000
@@ -1,5 +1,5 @@
#include "mbed.h"
-DigitalOut myled(LED1);
+DigitalOut myled(PB_1);
int main()
{
while (true) {