PDA

View Full Version : PORTC Compiles for 16F628A



sayzer
- 25th August 2008, 13:57
SecondLED VAR PORTC.0 ' LED flashes per second.


I compile this for 16F628A and I neither get error nor warning!

mackrackit
- 25th August 2008, 14:05
Maybe there is a hidden pin :)

Acetronics2
- 25th August 2008, 14:06
SecondLED VAR PORTC.0 ' LED flashes per second.


I compile this for 16F628A and I neither get error nor warning!

Hi,

You can do that as an alias is just an alias ...

BUT try to do something with "SecondLED" ... and the compiler will send you the error lines !!!

Alain