-
In the huge family of 8051 core microcontrollers, the C8051F series is a rising star. It is one of the most fully functional and fastest 8051 derivative microcontrollers and is being used more and ...[Details]
-
#include"reg51.h"
sbit DQ =P3^7; //define communication port
//Delay function
void delay(unsigned int i)
{
while(i--);
}
//Init function
Init_DS18B20(void)
{
unsigned char x=0;
DQ = 1; //...[Details]
-
C language: Code#11240
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Experimental platform: ST official three-in-one kit
+ Hardware: STM8S105S6T6C
+ D...[Details]
-
Quote: I was bored during the Chinese New Year and I had just learned something about the 51 development board, so I wanted to write a small program for the snake. I summarized some algorithms about ...[Details]
-
In the field of autonomous driving, NavInfo has frequently joined hands with companies in various segments of the industry. Just now, it joined hands with Ibeo and Liangdao Intelligence to establish ...[Details]
-
Today, Redmi preheats the Redmi K30S Extreme Edition. The official emphasized that the Redmi K30S Extreme Edition not only has the Snapdragon 865 flagship processor, but also has LPDDR5 memor...[Details]
-
The ultimate dream of speech recognition is to truly understand human language, and even the language environment. However, for decades, people have not had an effective strategy to create such a sys...[Details]
-
According to South Korean media BusinessKorea, the Korea Trade Commission (KTC) has ended its investigation into Apple's patent infringement allegations because the Korean owner of the patent has rea...[Details]
-
The anti-interference dielectric loss tester is an advanced instrument for measuring dielectric loss (tgδ) and capacitor capacity (Cx). It is used to measure dielectric loss (tgδ) and capacitor capac...[Details]
-
Translated from Spectrum, By Jeff Hecht Relevant departments are formulating safety rules for autonomous driving, but it is not easy to organize them. There are three laws of robot safety in Isaa...[Details]
-
Most switching power supplies output a DC voltage, so the output circuit of a general switching power supply is equipped with a rectifier and filter circuit. Figure 1-2 is a working principle diagr...[Details]
-
Many LCD modules use resistive touch screens, which are equivalent to sensors that convert physical positions into voltage values representing X, Y coordinates. There are usually 4-wire, 5-wire, ...[Details]
-
In PLC systems, common analog input signals are +/-10V and 0-20mA, and DCS has put forward additional requirements for the 50/60Hz power frequency rejection ratio. Usually, analog switches, operati...[Details]
-
Nissan will launch the electric vehicle (EV) "LEAF (Chinese name: 葉风)" in December 2010. The company introduced environmental and safety technologies other than EV at an advanced technology briefin...[Details]
-
The inverter is a device that converts AC power into AC power with adjustable frequency. It is widely used in industrial automation, power systems and other fields. In practical applications, we of...[Details]