[size=10pt][font=宋体] Since its establishment, Chengdu Wireless Dragon has been committed to the development and research of embedded wireless. Over the past few years, it has accumulated rich technica...
[i=s] This post was last edited by littleshrimp on 2016-11-22 21:31[/i] [color=#008080] 1.SensorTile development kit en.DM00298488.pdf 2.Getting started with the STEVAL-STLKT01V1 SensorTile integrated...
[i=s]This post was last edited by Justice_Gao on 2018-10-9 20:07[/i] My work does not use I2C. I modified it when I had time. It is just for your reference. [code]#include "I2C.h" #define SCL_HIGH gpi...
Requirements: Send any byte of data from the computer at 2400bps. When the microcontroller receives the data, add a serial number before the data and send it to the computer together with the data. Wh...
I used to buy components in small quantities and just buy some samples for experimentation. But I wonder where do regular companies buy components? Do they look for component agents? Why are the quote...
Why is it that when assigning a variable a value of 0, we can just write *ram = 0, but when assigning it a value of 0xffffffff, we need to write *ram = 0xffffffffu? The following is the specific code/...