readme.txt
来自「8051 Absolute Encoder Positioner How to 」· 文本 代码 · 共 25 行
TXT
25 行
This archive contains:
1) absolut_pos_encoder.prj - project file for Raisonance RIDE-51
2) absolute_pos_encoder.c - C source file for absolute position encoder
driving
3) absolute_pos_encoder.a51 - assembler source file to read enc.position
4) schematic.png - an example of hardware
Application is using AT89S8252 microcontroller with 22.1184MHz crystal.
Code size is below 800 bytes, so it can be translate using Raisonance
RIDE demo version.
MODULE INFORMATION: STATIC OVERLAYABLE
CODE SIZE = 663 ----
CONSTANT SIZE = 69 ----
XDATA SIZE = ---- ----
PDATA SIZE = ---- ----
DATA SIZE = 4 14
IDATA SIZE = ---- ----
BIT SIZE = ---- ----
END OF MODULE INFORMATION.
RC51 COMPILATION COMPLETE. 0 WARNING, 0 ERROR
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?