Kabuki Starship / Mbed 2 deprecated mbedBug

Dependencies:   mbed

MorseCode.h

Committer:
kabukistarship
Date:
2020-04-09
Revision:
6:02df5c1108f1
Parent:
2:aa9a1377aa0d

File content as of revision 6:02df5c1108f1:

/** mbedBug @version 0.x
@link    https://github.com/KabukiStarship/mbedbug.git
@file    /morse_code.h
@author  Cale McCollough <https://cale-mccollough.github.io>
@license Copyright 2016-20 (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 MbedBugMorseCodeDecl
#define MbedBugMorseCodeDecl
namespace mbedBug {

/* Gets the Morse code for the given char. */
const char* CodeMorseEncode (char Value);

}   //< namespace mbedBug
#endif