[color=#333333][font="][size=14px]Many novices have mastered the theoretical knowledge of embedded systems and are eager to enter the society and achieve some project results. Let's not talk about the
After registration is complete, click Download CCS to fill in relevant information. After filling in, click Submit and it will result in 404 [b] The page does not exist or has been deleted [/b]
I want to know the frequency of VLO, so I use a very simple program to set P1.0 to ACLK output. The book says that ACLK uses LFXT1, so I set LFXT1 to VLO. The logic should be fine, right? Now the freq
I want to write an extension to analyze the output results of Windbg, hoping that the output results can be intercepted before they are printed to the windbg window and log file. I looked at the outpu
EM78156 series microcontrollers are high-performance, high-quality, low-cost, multi-functional and multi-field applications. Complete development means can fully replace the high-cost PIC16C54/56/84.
先看看基本用法:[code]from pyb import I2Ci2c = I2C(1)# create on bus 1
i2c = I2C(1, I2C.MASTER)# create and init as a master
i2c.init(I2C.MASTER, baudrate=20000) # init as a master
i2c.init(I2C.SLAVE, addr=0x