We were given a design that required using two 8 pin switches. I am not sure the designer was aware we were using Flowcode V3 to develop the microcontroller software for PIC16F88 chip. A problem arises when you have 2 switches in telling them apart. It would be great if Flowcode could sense multiple switches had been required and designated one as switch 1 and the other as switch 2 and so forth to switch n. It didn't. Pin assignments for the switches are limited to 0-7 on Port A and Port B but Flowcode doesn't seem to be able to tell which switch is which. Are multiple switches allowed?
Comments