dsf
Dependencies: BLE_API mbed nRF51822
Controller.cpp@0:b5906c81772b, 2017-02-05 (annotated)
- Committer:
- stoicancristi
- Date:
- Sun Feb 05 16:31:58 2017 +0000
- Revision:
- 0:b5906c81772b
BLE
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
stoicancristi | 0:b5906c81772b | 1 | #include "Controller.hpp" |
stoicancristi | 0:b5906c81772b | 2 | |
stoicancristi | 0:b5906c81772b | 3 | void Controller::updateRef (float _ref) { |
stoicancristi | 0:b5906c81772b | 4 | ref = _ref; |
stoicancristi | 0:b5906c81772b | 5 | } |
stoicancristi | 0:b5906c81772b | 6 | |
stoicancristi | 0:b5906c81772b | 7 | void Controller::updateOut (float _out) { |
stoicancristi | 0:b5906c81772b | 8 | out = _out; |
stoicancristi | 0:b5906c81772b | 9 | } |
stoicancristi | 0:b5906c81772b | 10 | |
stoicancristi | 0:b5906c81772b | 11 | Controller::~Controller() {} |