Thursday, March 24, 2011

Tachometer project

Tachometer project
Author: Ad Anderson
Compiler: mikroPascal for PIC

Description:
Program measures the rotation period based on a pulse input and calculates RPM NOTE: Interrupt Procedure is NOT used as the CCP2 interrupt flag is set regardless of whether interrupt is enabled. Since the CCP2IF is checked in the Main repeat loop, there is no need for the MP3 Interrupt Procedure.
www.mikroe.com

DOWNLOAD PROJECT : Tachometer project