:pleased: After a few days of drawing, making and debugging, my own electronic clock finally came out, and I would like to share it with you!Function: date, time, temperature display, key adjustment, ...
I was just looking for New Concept 51 textbooks, and I found them and I'm giving them to you to download for free [url=http://www.cr173.com/soft/13821.html]http://www.cr173/soft/13821.html[/url]...
Cache hit: For cached programs/data, access will cause a cache hit, and the instructions/data in the cache will be sent to the CPU immediately without waiting. Cache miss: When a miss occurs, the requ...
[i=s]This post was last edited by zhanghuichun on 2015-12-22 11:52[/i] [postbg]bg4.png[/postbg][align=center][size=5]F7 League of Legends Design Competition Summary Post - Smart Camera Intruder[/size]...
//Without reference voltage, directly compare the size of P2CA0 and P2CA1#include
void main() { //Turn off the watchdog WDTCTL=WDTPW+WDTHOLD; CACTL1=CAON; CACTL2=P2CA0+P2CA1+CAF; P4DIR|=BIT0;//P4.0 as...
[hide]I had a client who used 585 wavelength yellow light to make lens lights. He said they were for Europe. He said others used them in farms. It was funny. He said foreigners said that if you shine ...
The most significant event in the technology circle during this period is undoubtedly the news that ZTE was banned by the United States. Once the news came out, it shocked the entire Chinese techno...[Details]
On April 19, it was reported that Alibaba DAMO Academy is developing a neural network chip, Ali-
NPU
, which is mainly used for
AI
reasoning calculations such as image and video analys...[Details]
In the
AI
boom, the most talked about is
neural network
. However,
AI
is much more than that. Let's learn about the relevant content with the network communication editor.
...[Details]
As the weather gets colder, the way the north and south spend the winter has become a hot topic and people talk about it. Although the north is particularly cold, because there is heating, it can s...[Details]
T1 or T2 are two timers/counters of MCS-51 microcontroller. The first method can use two timers/counters to generate rectangular waves. In order to save interface resources, the second method is used...[Details]
The single-chip microcomputer running light program requires all 32 serial ports to be used, and each serial port has eight LEDs. Question supplement: The 8051 single-chip microcomputer is used, an...[Details]
A simple experimental programming question for the microcontroller: write a 3-byte binary addition subroutine. The program entry is: addend 1: 22H, 21H, 20H three bytes, 22H is the highest bit; adden...[Details]
1. Pin: 0 in 1 out Set Status Output status IO register setting DDR×A certain bit is set to 1, and the corresponding bit IO is set to output; PORT×A certain position is 1/0, and t...[Details]
I have been deeply affected by serial ports since 51. The MAX232 I bought from Huaqiang was originally broken. I thought there was something wrong with my circuit or schematic. Since there was no goo...[Details]
After three years of continuous decline in its mobile phone business, ZTE has finally revealed its true feelings to the outside world: the Chinese market is its weak point, and it is planning to f...[Details]
In October 2017, NVIDIA announced a new member of the Drive PX family of autonomous driving computing platforms at its ecosystem conference GTC Europe , codenamed "Pegasus". "Pegasus" is expected ...[Details]
(1) The most commonly used PAGE and BANK EMC ICs are divided into several pages and banks. Low-end EM78P156 and others only have one bank and one page, so there is no need to switch. Newer ICs ...[Details]
This article will introduce how to make an electronic keyboard using SPCE061A, and provide source code. If you have an experiment box from Lingyang University, it will be easy to complete, just a mat...[Details]