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

📄 types.h

📁 主要用于无线传感网络的编写的书籍.对于初学者有着很大的用处
💻 H
字号:
#ifndef __TYPES__#define __TYPES__/******************************************************************** * This file exists only because when using various platforms, * sometimes the uint8_t and uint16_t types don't exist.  You can * #include <stdint.h> if your system has it, if not, use the typedefs. * If your system already has these defined, just comment out this * whole file ********************************************************************///#include <stdint.h>#define uint8_t unsigned char#define uint16_t unsigned short#endif

⌨️ 快捷键说明

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