Complete program download address: http://www.51hei.com/f/avrplj.rar
Main function (main()): /*
Program function: frequency meter
Author: Zhu Bo
Date: January 28, 2012
Note: PB1 is the input port
Definition: Frequency meter - frequency is the number of times a signal changes within 1 second. A digital frequency meter measures the number of times a signal changes within a standard time of 1 second and then displays it in digital form.
Principle: Use timer 0 to get 1 second, timer 1 enters technical mode, and the count value is obtained in the interrupt of timer 0, which is the frequency value
*/
#include
#include
#include "delay.h"
#include "show.h"
#include "HD_init.h"
#define uchar unsigned char
#define uint unsigned int
unsigned int FREQ=0; //define global variables for calculation
void main()
{
PORT_Init(); //Port initialization
timer1_init(); //Timer 1 initialization
timer0_init(); //Timer 0 initialization
SEI(); // Enable general interrupt
while(1)
{
display();
}
}[page]
Previous article:DS18B20 temperature measurement program based on ATMEGA16
Next article:DS1302 adjustable perpetual calendar program based on ATMEGA16
Recommended ReadingLatest update time:2024-11-16 15:54
- Popular Resources
- Popular amplifiers
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- Permanent Magnet Stepper Motor Identification Experience and Techniques
- GPIO block diagram of C6000 series DSP
- Taking a “family-first” approach to op amp design
- Please check if this is the real F199C
- How to use J-Link remote debugging?
- Design of digital anti-noise module for airborne communications
- AD19, same rules, automatic routing is ok, manual routing will be short circuit and un-roated, what is the reason?
- We are looking for candidates who are proficient in zigbee!
- 【MM32 eMiniBoard Review】2a. Found that the virtual serial port may have problems, and the serial port routines cannot receive
- Help! Does anyone know what sensor this is?