-
【JDPCB】Qisda is introducing smart factories in phases. Chairman Chen Qihong said yesterday (25th) that through high automation, order delivery can be accelerated. The current benefits have reached a...[Details]
-
CMSIS Driver has similar API functions and similar calling methods. It is a further encapsulation based on the ST HAL library. It is much more convenient and simpler to use and configure than the ST ...[Details]
-
├── STM32_USB_Device_Library USB从设备库 │ │ ├── Class │ │ │ └── hid │ │ │ ├── inc │ │ │ │ └── usbd_hid_core.h │ │ │ └── src │ ...[Details]
-
UART has three operation modes: polling mode, interrupt mode and DMA mode. Chip: STM32F103C8T6 Application Pin: Output: PA0, PA1 USART1 Configuration interface Add interrupt configuration Add DMA...[Details]
-
The adoption rate of serverless
cloud
computing
is gradually increasing, but it has not yet reached people's expectations. Various surveys show that serverless
is
still
an eme...[Details]
-
Notes on inverter installation and maintenance:
1. Before installation, you should first check whether the inverter is damaged during transportation.
2. When selecting an installa...[Details]
-
MSP 430 MCU 18B20 Thermometer #include "msp430x22x4.h" typedef unsigned char uchar; typedef unsigned int uint; #define DQ1 P2OUT |= BIT4 #define DQ0 P2OUT &= ~BIT4 #define DQ_in P2DIR &= ~BIT4...[Details]
-
Recently, the "2018 Household Photovoltaic Development Seminar" was successfully held in Hangzhou, Zhejiang Province. Sungrow attended the conference as a special co-organizer and summarized the statu...[Details]
-
The basic command syntax of EMC is actually only 57/58. How to change it depends on your practice. However, it is always easy for novices to fall into some misunderstandings, and some of the techni...[Details]
-
; /* = ... ; | ; | ;I. LCD scanning principle: | ;Forward scanning: COM on=V CC ,COM off=1/2VCC, corresponding to SEG=1, it outputs VSS, and 0, it outputs VCC. | ;Reverse scanning: COM on=VSS,COM of...[Details]
-
;*************************************************************************** ; Photoelectric automatic track tracking vehicle.dt ;*********************************************************************...[Details]
-
As efficiency and power continue to improve, laser diodes will continue to replace traditional technologies, changing the way existing things are processed while giving rise to new things. The...[Details]
-
At the beginning of 2018, when interviewed by a reporter from China Business Weekly, Rong Yongkang, global vice president of Amazon
AWS
(cloud computing service) and executive director of G...[Details]
-
In order to save space in the data memory in Keil , an array or string is defined by the "code" keyword to be stored in the program memory: uchar code buffer ={0,1,2,3,4,5}; uchar c...[Details]
-
1. Basic syntax introduction A simple AVR program #include iom16v.h #include macros.h void main() { PORTA = 0x0F; //Assign values to the PA port, making the lower four bits of the PA po...[Details]