- @Author: cpu_code
- @Date: 2020-07-12 14:09:20
- @LastEditTime: 2020-07-12 21:08:35
- @FilePath: \note\android_bottom\smart_pointer.md
- @Gitee: https://gitee.com/cpu_code
- @Github: https://github.com/CPU-Code
- @CSDN: https://blog.csdn.net/qq_44226094
- @Gitbook: https://923992029.gitbook.io/cpucode/
字符设备是 Linux 驱动中最基本的设备驱动,字符设备就是一个一个字节,按照字节流进行读写操作的设备,读写数据是分先后顺序的。比如我们最常见的点灯、按键、 IIC、 SPI,LCD 等等都是字符设备,这些设备的驱动就叫做字符设备驱动