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.
mbedBugConfig.h@2:aa9a1377aa0d, 2020-04-07 (annotated)
- Committer:
- kabukistarship
- Date:
- Tue Apr 07 13:09:21 2020 +0000
- Revision:
- 2:aa9a1377aa0d
- Child:
- 5:4136e9141bde
Switched to all UpperCamelCase.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
kabukistarship | 2:aa9a1377aa0d | 1 | /** mbedBug @version 0.x |
kabukistarship | 2:aa9a1377aa0d | 2 | @link https://github.com/KabukiStarship/mbedbug.git |
kabukistarship | 2:aa9a1377aa0d | 3 | @file /mbedbug_config.h |
kabukistarship | 2:aa9a1377aa0d | 4 | @author Cale McCollough <https://cale-mccollough.github.io> |
kabukistarship | 2:aa9a1377aa0d | 5 | @license Copyright 2016-20 (C) Kabuki Starship <kabukistarship.com>; all rights |
kabukistarship | 2:aa9a1377aa0d | 6 | reserved (R). This Source Code Form is subject to the terms of the Mozilla |
kabukistarship | 2:aa9a1377aa0d | 7 | Public License, v. 2.0. If a copy of the MPL was not distributed with this file, |
kabukistarship | 2:aa9a1377aa0d | 8 | You can obtain one at <https://mozilla.org/MPL/2.0/>. */ |
kabukistarship | 2:aa9a1377aa0d | 9 | #ifndef MBEDBUG_CONFIG_DECL |
kabukistarship | 2:aa9a1377aa0d | 10 | #define MBEDBUG_CONFIG_DECL |
kabukistarship | 2:aa9a1377aa0d | 11 | #include <mbed.h> |
kabukistarship | 2:aa9a1377aa0d | 12 | #include <cstdint> |
kabukistarship | 2:aa9a1377aa0d | 13 | typedef uint8_t Byte; |
kabukistarship | 2:aa9a1377aa0d | 14 | typedef unsigned int UInt; |
kabukistarship | 2:aa9a1377aa0d | 15 | #endif |