Kabuki Starship / Mbed 2 deprecated GHVentilator

Dependencies:   mbed SickBayTek

Revision:
10:09fe2b1474bf
diff -r 256989faeb3b -r 09fe2b1474bf _Config.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_Config.h	Sat Apr 11 08:48:28 2020 +0000
@@ -0,0 +1,13 @@
+/** Gravity Hookah Ventilator @version 0.x
+@link    https://github.com/KabukiStarship/GHVentilator.git
+@file    /_Config.h
+@author  Cale McCollough <https://cale-mccollough.github.io>
+@license Copyright 2020 (C) Kabuki Starship <kabukistarship.com>; all rights 
+reserved (R). 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/>. */
+#pragma once
+#ifndef GHVentilator_ConfigDecl
+#define GHVentilator_ConfigDecl
+#include <_KabukiTekConfig.h>
+#endif