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.
Diff: E18_D80NK/E18_D80NK.cpp
- Revision:
- 0:858059db6068
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/E18_D80NK/E18_D80NK.cpp Tue Nov 02 11:28:01 2021 +0000
@@ -0,0 +1,5 @@
+#include "E18_D80NK.h"
+
+E18_D80NK::E18_D80NK(PinName inputPin) : input(inputPin) {}
+
+int E18_D80NK::checkObstacle(void) { return (int) input; }