Руслан Бредун / Mbed 2 deprecated stm32-sensor-base2

Dependencies:   mbed Watchdog

Dependents:   STM32-MC_node

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers E18_D80NK.cpp Source File

E18_D80NK.cpp

00001 #include "E18_D80NK.h"
00002 
00003 E18_D80NK::E18_D80NK(PinName inputPin) : input(inputPin) {}
00004 
00005 int E18_D80NK::checkObstacle(void) { return (int) input; }