premiere ebauche

Dependencies:   mbed PinDetect

Revision:
2:06f128641b62
Child:
3:4da392d2bae8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/speedlimiter.cpp	Thu Oct 18 02:20:14 2018 +0000
@@ -0,0 +1,14 @@
+/*
+author: Sebastian Pelchat
+date: october 2018
+*/
+#include "speedlimiter.hpp"
+
+SpeedLimiter::SpeedLimiter(const PinName& pedalInHi, const PinName& pedalInLo, const PinName& pedalOutHi, const PinName& pedalOutLo)
+    : _pedalInHi(pedalInHi)
+    , _pedalInLo(pedalInLo)
+    , _pedalOutHi(pedalOutHi)
+    , _pedalOutLo(pedalOutLo)
+{
+
+}
\ No newline at end of file