dsf

Dependencies:   BLE_API mbed nRF51822

Controller.cpp

Committer:
stoicancristi
Date:
2017-02-05
Revision:
0:b5906c81772b

File content as of revision 0:b5906c81772b:

#include "Controller.hpp"

void Controller::updateRef (float _ref) {
    ref = _ref;
}

void Controller::updateOut (float _out) {
    out = _out;
}

Controller::~Controller() {}