• skip to content



flink-project

Universal Serial Interface to FPGA's

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » flink_python

flink_python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
flink_python [2023/11/01 14:10] – created ursgrafflink_python [2023/11/02 09:27] (current) – [How to Use] ursgraf
Line 1: Line 1:
 ====== Python Wrapper for flink ====== ====== Python Wrapper for flink ======
  
 +<box blue right 38% | **Downloads**>
 +  * [[https://github.com/flink-project/flinkpython | flink Python Wrapper on Github]]
 +</box>
  
 +This is a Python wrapper for the [[flink_lib|flink Userspace Library]]. flink devices as well as all their integrated subdevices can be easily accessed. The wrapper allows control of the high-level API as well as the low-level API.
  
 +===== How to Use =====
 + 
 +<code python>
 +import flink
 +import time
 +
 +dev = flink.FlinkDevice()
 +dev.lsflink()
 +
 +gpio = flink.FlinkGPIO()
 +gpio.setDir(pin, True)
 +gpio.setValue(pin, not gpio.getValue(pin))
 +time.sleep(1)
 +gpio.setValue(pin, not gpio.getValue(pin))
 +</code>
flink_python.1698844253.txt.gz · Last modified: 2023/11/01 14:10 by ursgraf

Page Tools

  • Show page
  • Old revisions
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki