文件名称:avr_encoder
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-12-05
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- verg*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.将连接编码器的I/O口初始化成带上拉的输入
2.开启单片机的外部中断0,并配置成任意的逻辑电平变化都将引发中断
3.提供读取编码器计数值的API
4.提供读取编码器旋转方向的API-1. Connect the encoder I/O port is initialized to inputs with pull 2. Turn on the external microcontroller interrupt 0, and configured to any logic level change will trigger an interrupt 3. Provide Read encoder count API 4. Read encoder provides the rotational direction of the API
2.开启单片机的外部中断0,并配置成任意的逻辑电平变化都将引发中断
3.提供读取编码器计数值的API
4.提供读取编码器旋转方向的API-1. Connect the encoder I/O port is initialized to inputs with pull 2. Turn on the external microcontroller interrupt 0, and configured to any logic level change will trigger an interrupt 3. Provide Read encoder count API 4. Read encoder provides the rotational direction of the API
(系统自动生成,下载前可以参看下载内容)
下载文件列表
avr_encoder\encoder.c
...........\encoder.h
avr_encoder