项目作者: persello

项目描述 :
Arduino/AVR frequency counter. Up to f_clk_io/2. Uses Timer/Counter1.
高级语言: C++
项目地址: git://github.com/persello/FrequencyCounter.git
创建时间: 2019-05-14T19:15:03Z
项目社区:https://github.com/persello/FrequencyCounter

开源协议:

下载


FrequencyCounter

Arduino/AVR high frequency counter, goes up to half the clock speed of the microcontroller. It uses Timer/Counter1 in order to achieve high speeds.

Usage

Simply upload the program using PlatformIO or Arduino (sketch file is located in the src folder) and connect to the serial monitor.
Connect your signal line to the digital pin 5 (on Arduino), called PORTD5 (T1 input) on AVR microcontrollers. Using an external clock is recommended.
Units are automatically calculated.