电平

LVPECL

Git上传报错fatal:

unable to access 'https://github.com/mygithubma/gridea_images.git/': Failed to connect to github.com port 443 after 21093 ms: Could not connect to server

由于网络连接问题或代理设置:

阅读全文 »

单片机-Led

移位操作

<<:左移指令。被操作数的最高位移入单片机PSW寄存器的CY位,CY位中的数丢弃,最低位补0。
>>:右移指令。被操作数的最低位移入单片机PSW寄存器的CY位,CY位中的数丢弃,最高位补0。

阅读全文 »