Input pin voltage levels

I am trying to find out the minimum and maximum voltage levels that will cause an input pin to be high or low.
I am using a 28X to make a tachometer with a Fairchild QRB1134. With the "count" instruction determine the number of times that there is a high/low change in 1 second.
 

Attachments

westaust55

Moderator
The typical datasheet for a PIC chip will indicate teh following ABSOLUTE MAXIMUM value:

Voltage on all other pins with respect to VSS ......................................................... -0.3V to (VDD + 0.3V)

In other words, all input pins MUST be kept between Vss (0 volts) and Vdd + 0.3V (or say 4.5+0.3 = 4.8V and 5+ 0.3 = 5.3V) at ALL times.

In reality you should never exceed Vdd which is the voltage you are using to power the PICAXE chip.
 
Top