Kabuki Starship / Mbed 2 deprecated GHVentilator

Dependencies:   mbed SickBayTek

Committer:
kabukistarship
Date:
Sat Apr 11 08:48:28 2020 +0000
Revision:
10:09fe2b1474bf
Detail.Tek.Describe The SickBay Device firmware toolkit built with Kabuki Tek. #76

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kabukistarship 10:09fe2b1474bf 1 /** Gravity Hookah Ventilator @version 0.x
kabukistarship 10:09fe2b1474bf 2 @link https://github.com/KabukiStarship/GHVentilator.git
kabukistarship 10:09fe2b1474bf 3 @file /_Config.h
kabukistarship 10:09fe2b1474bf 4 @author Cale McCollough <https://cale-mccollough.github.io>
kabukistarship 10:09fe2b1474bf 5 @license Copyright 2020 (C) Kabuki Starship <kabukistarship.com>; all rights
kabukistarship 10:09fe2b1474bf 6 reserved (R). This Source Code Form is subject to the terms of the Mozilla
kabukistarship 10:09fe2b1474bf 7 Public License, v. 2.0. If a copy of the MPL was not distributed with this file,
kabukistarship 10:09fe2b1474bf 8 You can obtain one at <https://mozilla.org/MPL/2.0/>. */
kabukistarship 10:09fe2b1474bf 9 #pragma once
kabukistarship 10:09fe2b1474bf 10 #ifndef GHVentilator_ConfigDecl
kabukistarship 10:09fe2b1474bf 11 #define GHVentilator_ConfigDecl
kabukistarship 10:09fe2b1474bf 12 #include <_KabukiTekConfig.h>
kabukistarship 10:09fe2b1474bf 13 #endif