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@16:82251ada9b04, 2020-12-14 (annotated)
- Committer:
- ruslanbredun
- Date:
- Mon Dec 14 14:13:35 2020 +0000
- Revision:
- 16:82251ada9b04
- Parent:
- 4:f6e22dd39313
tester
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ommpy | 0:d383e2dee0f7 | 1 | #include "E18_D80NK.h" |
ommpy | 0:d383e2dee0f7 | 2 | |
ommpy | 0:d383e2dee0f7 | 3 | E18_D80NK::E18_D80NK(PinName inputPin) : input(inputPin) {} |
ommpy | 0:d383e2dee0f7 | 4 | |
nestedslk | 4:f6e22dd39313 | 5 | int E18_D80NK::checkObstacle(void) { return (int) input; } |