How to import Library to Flowcode

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
streammaster
Posts: 78
Joined: Mon Jul 31, 2017 11:14 am
Has thanked: 7 times
Been thanked: 13 times
Contact:

How to import Library to Flowcode

Post by streammaster »

Hi Guys,
I'm about to buy some libraries which are only delivered as precompiled binary and header files for a specific processor.
Is there any document which describes how we can import this so we can use it within Flowcode.
The library is an implementation of a communication protocol with SPI drivers to interface to a specific transceiver IC. It would have some calls to send and receive data, and calls for configuration.
I will try to use it with PIC18LF64K40T

I have no idea where to start.

Regards,
Igor

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: How to import Library to Flowcode

Post by Benj »

Hello Igor,

Are there instructions on how to use the library with the XC8 C compiler? If so then it should work ok with Flowcode but you will have to use C icons to reference the library functions.

Post Reply