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.
Dependencies: ConfigFile SDFileSystem mbed
Fork of LAURUS_program by
ErrorLogger.h
- Committer:
- ojan
- Date:
- 2015-06-23
- Revision:
- 22:3caa2983bf1d
- Parent:
- 0:bc6f14fc60c7
File content as of revision 22:3caa2983bf1d:
#pragma once
#include "mbed.h"
static Serial* debugPort = 0;
void InitLogger(Serial* dp);
/*
エラーメッセージを送信してプログラムを中断する
引数:
*/
void AbortWithMsg(const char* msg);
