Search found 2 matches

by Ganr
Mon Mar 19, 2007 2:02 pm
Forum: General Programming
Topic: keypad
Replies: 8
Views: 8449

keypad

Im trying a simple setup to make my keypad work. I've got the following datasheet for my keypad: http://www.farnell.com/datasheets/73830.pdf And with my 16f88 PIC I've created the following (europe symbols as far as i know :)). I've got my output LED's on port A and my input from my keypad on port B...
by Ganr
Mon Feb 05, 2007 12:37 pm
Forum: Flowcode V2 & V3
Topic: Frequency intervals
Replies: 3
Views: 4400

Frequency intervals

Hey :) Im doing a projekt where I have an input pin where the input can be different frequencies for example: 2000hz 1500hz 1000hz 500 hz How do I make flowcode do an action for each frequency? I've figured its an interrupt function, but I have no idea how to count it for like Β½ a sec or way less A...