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
- Committer:
- ruslanbredun
- Date:
- 2021-11-02
- Revision:
- 0:858059db6068
File content as of revision 0:858059db6068:
#include "E18_D80NK.h"
E18_D80NK::E18_D80NK(PinName inputPin) : input(inputPin) {}
int E18_D80NK::checkObstacle(void) { return (int) input; }