This project is used to learn how to code driver and application in linux.
The main functions:
- Detect Temperature and Humidity with DHT11 sensor.
- Display the value with application.
- 创建项目。
- 选择一个开发板。
- 找一个一般的驱动程序。
- 移植到linux里面。
- 编译内核或模块。
- 写应用进行测试。
- 完善应用程序。
- David Han
- Ian Hom