Kabuki Starship / Mbed 2 deprecated GHVentilator

Dependencies:   mbed SickBayTek

Main.cpp

Committer:
kabukistarship
Date:
2020-04-10
Revision:
9:256989faeb3b
Parent:
8:fa5cc1397510
Child:
10:09fe2b1474bf

File content as of revision 9:256989faeb3b:

/** Gravity Hookah Ventilator @version 0.x
@link    https://github.com/KabukiStarship/SickBay.git
@file    /Main.cpp
@author  Cale McCollough <https://cale-mccollough.github.io>
@license Copyright 2020 (C) Kabuki Starship <kabukistarship.com>.
This Source Code Form is subject to the terms of the Mozilla Public License, 
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 "GHVentilatorTargetMbed.hpp"
int main () {
  return SickBay::GHVentilator().Status;
}