⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 common.h

📁 MSP acquires data and sends through USB to PC. Check the link for PC capture software and project d
💻 H
字号:
/* * File:        common.h * Purpose:     Common definitions * Author:      Peter Ivanov, Olimex Ltd. * Modified by: * Created:     2007-05-19 11:29:32 * Last modify: 2007-06-10 13:17:19 ivanovp {Time-stamp} * Copyright:   (C) Peter Ivanov, 2007 * Licence:     GPL *//** * \file common.h * \brief Common definitions * \author Peter Ivanov */#ifndef __INCLUDE_COMMON_H#define __INCLUDE_COMMON_H#include "integer.h"#ifndef TRUE#define TRUE    1#endif#ifndef FALSE#define FALSE   0#endiftypedef unsigned char bool_t;#endif // __INCLUDE_COMMON_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -