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.
main.cpp@0:60143ecaf350, 2021-08-25 (annotated)
- Committer:
- nicmoseli
- Date:
- Wed Aug 25 20:09:58 2021 +0000
- Revision:
- 0:60143ecaf350
- Child:
- 1:b903d66801e3
initial code with mbed os 2 lib
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| nicmoseli | 0:60143ecaf350 | 1 | #include <mbed> |
| nicmoseli | 0:60143ecaf350 | 2 | |
| nicmoseli | 0:60143ecaf350 | 3 | |
| nicmoseli | 0:60143ecaf350 | 4 | int main (void) |
| nicmoseli | 0:60143ecaf350 | 5 | { |
| nicmoseli | 0:60143ecaf350 | 6 | |
| nicmoseli | 0:60143ecaf350 | 7 | } |