
test
Diff: E18_D80NK/E18_D80NK.cpp
- Revision:
- 0:d383e2dee0f7
- Child:
- 4:f6e22dd39313
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/E18_D80NK/E18_D80NK.cpp Mon Jul 06 17:18:59 2020 +0530 @@ -0,0 +1,5 @@ +#include "E18_D80NK.h" + +E18_D80NK::E18_D80NK(PinName inputPin) : input(inputPin) {} + +bool E18_D80NK::checkObstacle(void) { return (bool) input; }