-
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[Details]
-
In 2018, the National Development and Reform Commission issued a new photovoltaic subsidy policy. The benchmark on-grid electricity price was significantly reduced, the return on investment decreased,...[Details]
-
/*----------------------------------------------- Name: IIC protocol PCF8591 AD/DA conversion Content: Use DA input, digital tube display output digital quantity, LED display analog voltage size ...[Details]
-
#include "MSP430x24x.h" void main(void) { // Stop watchdog timer to prevent time out reset WDTCTL = WDTPW + WDTHOLD; //Watchdog P4DIR = BIT0|BIT1|BIT2|BIT3; //Set to outpu...[Details]
-
/********************************************************************** ** ** File : EEPROM.c | Eeprom write and read | ...[Details]
-
Mobile phone battery charger program made by STC12C2052AD microcontroller #include stc12c2052ad.h #include intrins.h #define uchar unsigned char #define uint unsigned int sbit REF =P1^0; sbi...[Details]
-
The STC12C5412AD microcontroller is an enhanced 8051 standard 51 series microcontroller. It is 12 times faster than the ordinary 8051 and can be programmed on a home computer without an emulator. ...[Details]
-
An example of Samsung S3C/S3P/S3F9XXX series MCU implementing table lookup operation ; to implement table lookup operation, you must first define the table address, there are two ways t...[Details]
-
mcu:EM78P153 port5 ==0x05 dly1 ==10h dly2 ==11h dly3 ==12h time ==13h mode1==15h mode2==16h ;**************主程序***************** org...[Details]
-
Common glass tube thermometers rely on the rise and fall of mercury in the tube to determine the temperature. When the light is dim, the position of mercury cannot be seen clearly, which brings incon...[Details]
-
It has been a long time since I updated my disassembly work. This time, I bring you the belated disassembly of the Honor V10 Premium Edition. Let's follow the mobile phone portable editor to learn...[Details]
-
Munich/Colombia, November 17, 2017 - Rohde & Schwarz (hereinafter referred to as R&S), a global leading manufacturer of test and measurement, communications, broadcast and media equipment, announced ...[Details]
-
// There are 4 seven-segment LEDs in the circuit . With this program, the refresh period of each LED is 200/4=50 Hz . //Change the value of DispResult in real time in the program, and the disp...[Details]
-
Introduction: The San Francisco Chronicle recently published an article stating that millions of American workers who make a living by driving are likely to lose their jobs in the era of autonomous...[Details]
-
How a Multimeter Works "Multimeter" is the abbreviation of multimeter, which is an indispensable tool in our electronic production. Multimeter can measure current, voltage, resistance , and some...[Details]