-
I haven't written a blog on CSDN for a long time. Recently, I have some free time to learn about the low-power microcontroller STM8L051F3. The main application of what I made this time is to control ...[Details]
-
As the automotive industry moves toward the concept of semi-autonomous and fully autonomous vehicles, the variety of complex and sensitive electronic systems has increased significantly. From a socie...[Details]
-
Created on: 2012-10-7
Author: zhang bin
Study Notes
for ucos-ii PC
redesigned by zhang bin
2012-10-7
versions : V-0.1
All Rights Reserved
#i...[Details]
-
Memory usage Unlike stm32, 51 often has very tight memory resources, so a resource usage statistics table should be listed when creating a project. Rule: Specify storage locations for all memory v...[Details]
-
#include
#define uchar unsigned char
#define uint unsigned int
uchar temp,num,bai,shi,ge;
uchar key ={0x3f,0x5f,0x6f};
uchar code table =
{
0x3f , 0x06 , 0x5b ,
0x4f , 0x66 , 0x6d ,
0x7d , 0...[Details]
-
Recently, LG released an advertisement on TikTok to promote its dual-screen mobile phone accessories, but the advertisement involved perverted content and was criticized by netizens. The a...[Details]
-
From November 26th to 27th, the Sichuan competition finals of the 2022 China College Students Engineering Practice and Innovation Ability Competition will begin online. This competition is sponsored ...[Details]
-
Airbags are a standard safety feature in cars. Continental has been manufacturing airbag control units (ACUs) for the past 35 years and has produced 350 million ACUs that meet the highest standards f...[Details]
-
OFweek Cup · OFweek 2023 China
Robot
Industry Annual Selection (abbreviated as OFweek Robot Awards 2023) is jointly organized by OFweek, China's high-tech industry portal, and its authorita...[Details]
-
Lenovo Legion has officially announced that it will hold a new product launch conference on April 8 to officially launch its annual flagship - Lenovo Legion Gaming Phone 2 Pro. This is also t...[Details]
-
1. Say it in advance Today I learned how to use a breadboard. It was fun. I think I'm getting closer to learning hardware. 2.74hc595 module (8-bit shift register and a memory, three-state output ...[Details]
-
I have been using AVR microcontrollers to do projects these days. This time, I am learning in depth while doing it, and I try to use the knowledge that I have ignored before, such as pointers, file i...[Details]
-
Since the 1990s, with the rapid development of computer technology, virtual instrument technology has been widely used in the fields of data acquisition, automatic testing and measuring instruments, p...[Details]
-
When LEDs were first used in the 1960s, they were only used as display lights and signal lights because of their low power consumption, so the problem of package heat dissipation did not arise. How...[Details]
-
CNC machine tools, or Computer Numerical Control Machine Tools, are computer-controlled automated machine tools. They have the characteristics of high efficiency, high precision, and high reliabili...[Details]