<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://flink-project.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://flink-project.ch/feed.php">
        <title>flink-project flink_lib</title>
        <description></description>
        <link>https://flink-project.ch/</link>
        <image rdf:resource="https://flink-project.ch/lib/tpl/flink-tpl/images/favicon.ico" />
       <dc:date>2026-04-07T15:56:35+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://flink-project.ch/flink_lib/high_level_example?rev=1590506076&amp;do=diff"/>
                <rdf:li rdf:resource="https://flink-project.ch/flink_lib/low_level_example?rev=1590506414&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://flink-project.ch/lib/tpl/flink-tpl/images/favicon.ico">
        <title>flink-project</title>
        <link>https://flink-project.ch/</link>
        <url>https://flink-project.ch/lib/tpl/flink-tpl/images/favicon.ico</url>
    </image>
    <item rdf:about="https://flink-project.ch/flink_lib/high_level_example?rev=1590506076&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-26T17:14:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>flink_lib:high_level_example</title>
        <link>https://flink-project.ch/flink_lib/high_level_example?rev=1590506076&amp;do=diff</link>
        <description>Example using high-level API

The following example demonstrates how a flink device can be opened and a subdevice selected. The subdevice is of type GPIO. One of it&#039;s channels is configured as output and set to true. 


#include &lt;stdio.h&gt;
#include &lt;stdlib.h&gt;
#include &lt;stdbool.h&gt;
#include &lt;unistd.h&gt;
#include &lt;flinklib.h&gt;
 
int main(void) {
  char*         DEFAULT_DEV = (char*)&quot;/dev/flink0&quot;;
  flink_dev*    dev;
  flink_subdev* subdev;
  char*         dev_name = DEFAULT_DEV;
  uint32_t      subdev…</description>
    </item>
    <item rdf:about="https://flink-project.ch/flink_lib/low_level_example?rev=1590506414&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-26T17:20:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>flink_lib:low_level_example</title>
        <link>https://flink-project.ch/flink_lib/low_level_example?rev=1590506414&amp;do=diff</link>
        <description>Example using low-level API

The following example demonstrates how a flink device can be opened and a subdevice selected. The subdevice is of type GPIO. One of it&#039;s channels is configured as output and set to true. 


#include &lt;stdio.h&gt;
#include &lt;stdlib.h&gt;
#include &lt;stdbool.h&gt;
#include &lt;unistd.h&gt;
#include &lt;flinklib.h&gt;
#include &lt;types.h&gt;
 
 
int main(void) {
  char*         DEFAULT_DEV = (char*)&quot;/dev/flink0&quot;;
  flink_dev*    dev;
  flink_subdev* subdev;
  char*         dev_name = DEFAULT_DEV;
  …</description>
    </item>
</rdf:RDF>
