@soso @nmg@eric-wang@All administratorshttps://en.eeworld.com/bbs/thread-507467-1-1.htmlIt's been three years so fast. After lunch in the afternoon, I specially greeted SOSO, and she asked me to "give...
Instrument amplifiers, or instrument amplifiers for short, are usually used for high-precision low-frequency signal detection, such as temperature, pressure, and other bridge differential measurements...
Source: Synced“Do I need other people’s permission to delete my own open source project code?”A few days ago, users of the open source libraries "faker.js" and "colors.js" turned on their computers an...
Preparation:1. Modify Flash2833x_API_Config.h to adapt to your target operation status
2. Add Flash2833x_API_Library.h to the code
3. Add the Flash API library to the project
Own application:4. Initia...
[align=left][font=sans-serif][size=4]FFT is a fast algorithm for discrete Fourier transform, which can transform a signal into the frequency domain. Some signals are difficult to see any characteristi...
1. Use the timer timing function to realize the timer single overflow interrupt and realize P3.0 square wave output
#include "cc430x613x.h"void main(){WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timerP...