Hi All,
Rigging up Digital Tachometer using PIC18F45K50 and IR Module, connected IR Module output to RA4 of Pic,
Followed http://embedded-lab.com/blog/how-to-...ion-technique/
And here is the code modiified
Digital tachometer using PIC18f code
Rigging up Digital Tachometer using PIC18F45K50 and IR Module, connected IR Module output to RA4 of Pic,
Followed http://embedded-lab.com/blog/how-to-...ion-technique/
And here is the code modiified
Code (C):
- unsigned long RPM_Value;
- // Define LCD module connections.
- sbit LCD_RS at RB5_bit;
- sbit LCD_EN at RB4_bit;
- sbit LCD_D4 at RA0_bit;
- sbit LCD_D5 at...