Interrupt when pin goes high

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
Dmitry Maximenko
Flowcode V4 User
Posts: 36
Joined: Mon Sep 26, 2011 10:26 pm
Has thanked: 9 times
Been thanked: 2 times
Contact:

Interrupt when pin goes high

Post by Dmitry Maximenko »

Hello!
I wonder how I enable an interrupt when one pin goes to high in Flowcode.
Interrupt to call any function.
I would be wery grateful if someone makes an example on any PIC.
Thank you!
Best Regards
Dmitry

User avatar
STibor
Posts: 263
Joined: Fri Dec 16, 2011 3:20 pm
Has thanked: 116 times
Been thanked: 113 times
Contact:

Re: Interrupt when pin goes high

Post by STibor »

RB0 interrupt.
Attachments
rb0int.fcf
(7 KiB) Downloaded 272 times

dazz
Posts: 1314
Joined: Sun Jan 15, 2012 3:15 pm
Has thanked: 474 times
Been thanked: 458 times
Contact:

Re: Interrupt when pin goes high

Post by dazz »

Here you go, hope it helps

Regards
Dazz
int.jpg
(184.58 KiB) Downloaded 774 times
To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: Interrupt when pin goes high

Post by medelec35 »

Hi Dmitry,
Here is my example.

3 replies are much better than 0 :)
Attachments
Int Example1.fcf
(6.5 KiB) Downloaded 293 times
Martin

Post Reply