if(Data==1)start=1; In this sentence, why is there no space after if and before start? Won't there be an error during compilation?Shouldn't it be written in this format?
if(Data==1) start=1;...
A sweeping robot, as the name implies, is a robot that can sweep the floor! The basic functions of a sweeping robot are sweeping and vacuuming. Sweeping and vacuuming are two different concepts; vacuu...
[i=s]This post was last edited by lb8820265 on 2020-9-23 22:35[/i]The biggest difference between Raspberry Pi and other PC-based Linux systems is that Raspberry Pi has many peripheral interfaces, incl...
Today at 10:30 AM Live: Embedded to Cloud Journey with PIC and AVR MCUs from the Microchip Ecosystem Part 2Click here to enter the live broadcastLive broadcast time: November 24, 2021 (Wednesday) 10:3...
It only took me 2 hours to get used to the PSoC Creator 4.2 development environment. It is a very interesting development environment. Let me talk about my experience. Open the PSoC Creator 4.2 develo...
There is a joke in the software circle: Do you dare to touch ten-year-old code? The specific situation of this story is: when a new colleague is told to maintain an old product, looking at the code...[Details]
Apple updated almost its entire iPad lineup in 2020, ignoring the mini model. However, new news emerged today, which is suspected to have exposed the possible configuration of the iPad mini 6th gener...[Details]
MIDI is the language of electronic musical instruments. With the birth of MIDI, there are more and more digital electronic musical instruments, and the application of MIDI is becoming more and more c...[Details]
In March, many new phones were released, ranging from entry-level to top flagships. Gaming phone brands also launched new products. Xiaomi's foldable phone was also launched. Which new phones are wor...[Details]
The tool changer is a device specially designed for use in a robot system to achieve rapid replacement of tools on the robot arm during the production process. It usually consists of components,, a...[Details]
There are still problems with the hardware I2C of STM8S, so I dare not use it rashly. #define SCL PE_ODR_ODR1 #define SDA PE_ODR_ODR2 #define SDAM PE_IDR_IDR2 #define SET_SCL_OUT() {PE_DDR_DDR1=1; PE...[Details]
At the end of 2019, a private power sales company in Zhejiang submitted a report on the current situation of the local power sales market and suggestions to the relevant competent authorities of Zh...[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]
Today I looked at the window watchdog of stm32 and suddenly found it very abnormal, so I did various experiments and came to the following conclusions. Since the conclusions are only experimental and ...[Details]
The International Solid-State Circuits Conference (ISSCC), known as the "Chip Olympics", is hosted by the IEEE Solid-State Circuits Society (SSCS) and held in San Francisco, USA in February every yea...[Details]
LabView is designed for VISA-level communication with instruments. As long as the instrument has a LabView driver (or plug-and-play driver), the program is straightforward. However, instruments witho...[Details]
According to the Wall Street Journal, in order to promote the development of cloud business, IBM invested heavily to complete the acquisition of Red Hat for US$34 billion. However, analysts believe t...[Details]
According to Taiwan media China Times Electronic News, Hon Hai Technology Group today notified the U.S. state of Wisconsin that it objects to the state's view that Hon Hai does not qualify for job cr...[Details]
A small light is a simple LED that can only express simple information by turning on and off. In this class, we are going to learn a device that can express more clearly, the digital tube.
1. Bas...[Details]
Q: In a recent RAQ I mentioned a current transformer, what is it and how do I use it? A: A current transformer is just a different use of an ordinary transformer. You can find it in textbooks, but...[Details]