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: SBVentilator.hpp
- Revision:
- 1:278bfa29bd0d
- Parent:
- 0:7319afbc731c
--- a/SBVentilator.hpp Sat Apr 11 01:15:10 2020 +0000 +++ b/SBVentilator.hpp Sat Apr 11 08:48:12 2020 +0000 @@ -7,8 +7,9 @@ v. 2.0. If a copy of the MPL was not distributed with this file, you can obtain one at <https://mozilla.org/MPL/2.0/>. */ +#include <_KabukiTek.hpp> #include "SBVentilator.h" -#include <mbedBug.h> +#include "SBVentilatorChannel.hpp" namespace SickBay { @@ -45,7 +46,6 @@ Channels[Index].Init (this, TicksInhale, TicksExhale, static_cast<uint32_t>(Delta)); } - DPrintf("\nInitalized system with %d Ticks per Second.", TicksSecond); } void SBVentilator::TicksPEEPSet (int NewTicksPEEP) { @@ -167,5 +167,4 @@ Ticks = Tick; } } -} //< namespace SickBay -#include "SBVentilatorChannel.hpp" \ No newline at end of file +} //< namespace SickBay \ No newline at end of file