Special thanks to TI (Texas Instruments) for its full support for this eventSurvey on DIY: What do you think about preparing a digital power supply for DIY experiments? https://bbs.eeworld.com.cn/thre...
[p=26, null, left][color=#333333][font=Arial]1.ADC and P6 are multiplexed. So to set P6.0 to AD function, make sure P6DIR=0X00, that is, input. [/font][/color][/p][p=26, null, left][color=#333333][fon...
When writing the linuxIIC driver, use the character device registration method //custom structure as follows struct mb85rc16_i2c_dev { struct i2c_client *client; struct class *fram_class; struct cdev ...
There is a string in the array P[]. Which of the following two ways to determine the end of the string is correct?
while(P[j] != '\0')
while(P[j] != 0)[[i]This post was last edited by zzbaizhi on 2012...