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@3:7b17876a17e0, 2020-10-30 (annotated)
- Committer:
- naruu
- Date:
- Fri Oct 30 07:00:23 2020 +0000
- Revision:
- 3:7b17876a17e0
- Parent:
- 2:0b7b1f9320ec
- Child:
- 4:11ffe6469e49
aaa
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
naruu | 0:7c443d606a95 | 1 | #include "mbed.h" |
naruu | 0:7c443d606a95 | 2 | |
naruu | 1:89833b104d05 | 3 | DigitalOut FET(D9); //FET |
naruu | 0:7c443d606a95 | 4 | |
naruu | 0:7c443d606a95 | 5 | int main() { |
naruu | 0:7c443d606a95 | 6 | FET = 1; |
naruu | 3:7b17876a17e0 | 7 | |
naruu | 0:7c443d606a95 | 8 | } |