📄 read.me
字号:
The following are notes on this release:
1. The manual does not mention that SHIFT_RIGHT and SHIFT_LEFT when
used in an expresion will return the bit shifted out.
2. The manual does not mention that I2C_READ() may have a parametter
that when 0 will cause the function to not ACK the incomming data.
3. A new directive has been added to allow RAM locations to be reserved
from use by the compiler. This directive must appear after the
#DEVICE otherwise it will have no effect. Example:
#RESERVE 0x7d,0x7e,0x7f
4. We have been having many problems with the configuration fuses. There
are a large number of different formats in use. Starting with release
2.235 if you do not use the PAR or SWAP options on the #fuses line the
current CCS software will work with the current MicroChip programmers.
This format will change as MicroChip changes. When the PAR option is
used the format will be the format currently under use by Parallax.
You must be sure to use the latest Parallax software and the latest
CCS software. If niether of these work with your third party programmer
then try ,FLIP or ,PAR,FLIP and this will use some of the older formats
that some programmers are using as thier standard.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -