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

📄 bitbuf.dox

📁 ATMEL的AVR单片机库文件
💻 DOX
字号:
/** \defgroup bitbuf bitbuf: Generic Bit-Buffer Structure and Function Library

	This bit-buffer structure provides an easy and efficient way to store and
	process bits. You can create as many bit buffers as you like (within memory
	limits), and then use this common set of functions to access each buffer.
	Supported functions include sequential getting and storing of bits,
	array-like get, buffer flush (dump data), and reset-to-beginning.
	This buffer is not dynamically allocated, it has a user-defined fixed 
	maximum size.
*/

⌨️ 快捷键说明

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