Author |
Message |
Topic: about kbd |
dear11235813
Replies: 2
Views: 8019
|
Forum: General CCS C Discussion Posted: Tue Oct 07, 2008 10:44 pm Subject: about kbd |
from this code
///////////////////////////////////////////////////////////////////////////
//// KBDD.C ////
//// Generic keypad scan driver ////
//// ////
//// kbd_init() Must be called befo ... |
Topic: about lcd.c for 16F84A .. |
dear11235813
Replies: 1
Views: 4752
|
Forum: General CCS C Discussion Posted: Thu Sep 18, 2008 1:10 am Subject: about lcd.c for 16F84A .. |
I done code count frequency to show lcd .. (16F877 18F8720 )
but if I want to use code for 16F84A
I have to use B0 for INT then lcd.c change too right
I want to know how I do about lcd.c for ... |
Topic: pulse width?? |
dear11235813
Replies: 1
Views: 2773
|
Forum: General CCS C Discussion Posted: Mon Sep 08, 2008 10:11 pm Subject: pulse width?? |
I want to do function km/h for electrical treadmill's LCD.
This my code. It doesn't work but I think for treadmill,
pwm low frequency.
#include <18F8720.h>
#include "lcd_for_ba ... |
|