Search found 6 matches

by manio1
Fri Apr 07, 2006 1:59 pm
Forum: Flowcode V2 & V3
Topic: C and flowcode
Replies: 6
Views: 7329

C and flowcode

Is it possible to use functions in the c block of flowcode? when i try to declare
a function it doesn't compile. cives me c error.
Any ideas?
by manio1
Mon Mar 20, 2006 12:38 pm
Forum: Flowcode V2 & V3
Topic: about i2c again
Replies: 3
Views: 6202

thanks a lot people. i think i got it.
by manio1
Sun Mar 19, 2006 8:18 pm
Forum: Flowcode V2 & V3
Topic: about i2c again
Replies: 3
Views: 6202

about i2c again

char I2C_ReadByte(char lastbyte) { char retVal = 0; char mask; //wait until the bus is idle... mask = I2C_MaskFromBit(R_W); while (sspstat & mask); // tx in progress? mask = I2C_MaskFromBit(ACKEN); mask = mask | I2C_MaskFromBit(RCEN); mask = mask | I2C_MaskFromBit(PEN); mask = mask | I2C_MaskFromBit...
by manio1
Tue Dec 06, 2005 9:21 am
Forum: Flowcode V2 & V3
Topic: I2C with Flowcode
Replies: 5
Views: 10464

Thanks Ian,
I have no clue programing in C, but hopefuly with some reading i'll be able to understand your example.
by manio1
Thu Dec 01, 2005 9:50 pm
Forum: Flowcode V2 & V3
Topic: flowcode and printers...
Replies: 1
Views: 4850

If you have Adobe Acrobat you can try to create a pdf file with large page size and then shrink it to A4 when you print from Acrobat.
by manio1
Wed Nov 30, 2005 2:09 pm
Forum: Flowcode V2 & V3
Topic: I2C with Flowcode
Replies: 5
Views: 10464

I2C with Flowcode

Hi,
Is there any way to interface I2C device like 20c16 with Flowcode?