Page 1 of 1

Input Debounce

Posted: Sun May 27, 2007 5:13 pm
by Ron
Hi,

Do I need to de-bounce a switch in Flowcode when using the input component macro?

Do I need to de-bounce a switch in Flowcode when using the input block (not the component macro)?

By flowcode I mean using the block provided, not using any form of "C" or "ASM".

Thanks

Ron

Posted: Tue May 29, 2007 9:42 am
by Benj
Hello Ron

If you add a switch component and then click on its properties then you can specify a debounce time in milliseconds.

The component macros will then use this debounce time when reading values from the switches.

Posted: Wed May 30, 2007 12:13 am
by Ron
Hi,

I have added the component macro for switches. I am using a 16F886 and want to use RC0 - RC5 for inputs.

I want to send datafrom a computer to be stored in eeprom so I think I must leave RC6 & RC7 unused, they will be tried to MAX232 which will allow me to download information from computer to eeprom.

Are these the correct pins to transfer data from a computer to the eeprom via RS232?

Thanks

Ron

Posted: Wed May 30, 2007 9:43 am
by Benj
Hello Ron

Yes those are the correct pins.