摘要:
SPI is a simple interface that allows one chip to communicate with one or more other chips. How does it look? Let's start with a simple example where 阅读全文
posted @ 2020-04-25 14:41
Connor_Jiao
阅读(142)
评论(0)
推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2020-04-25 13:21
Connor_Jiao
阅读(66)
评论(0)
推荐(0)
摘要:
逻辑运算符: 阅读全文
posted @ 2020-04-25 11:16
Connor_Jiao
阅读(95)
评论(0)
推荐(0)
摘要:
逻辑左移=算数左移,右边统一添0 逻辑右移,左边统一添0 算数右移,左边添加的数和符号有关 e.g:1010101010,其中[]是添加的位 逻辑左移一位:010101010[0] 算数左移一位:010101010[0] 逻辑右移一位:[0]101010101 算数右移一位:[1]101010101 阅读全文
posted @ 2020-04-25 11:09
Connor_Jiao
阅读(236)
评论(0)
推荐(0)

浙公网安备 33010602011771号