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.
E18_D80NK/E18_D80NK.cpp@0:858059db6068, 2021-11-02 (annotated)
- Committer:
- ruslanbredun
- Date:
- Tue Nov 02 11:28:01 2021 +0000
- Revision:
- 0:858059db6068
New FirmWare for MC_node;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ruslanbredun | 0:858059db6068 | 1 | #include "E18_D80NK.h" |
| ruslanbredun | 0:858059db6068 | 2 | |
| ruslanbredun | 0:858059db6068 | 3 | E18_D80NK::E18_D80NK(PinName inputPin) : input(inputPin) {} |
| ruslanbredun | 0:858059db6068 | 4 | |
| ruslanbredun | 0:858059db6068 | 5 | int E18_D80NK::checkObstacle(void) { return (int) input; } |