kejace / Lambdaya

Haskell bindings for Open Instrument RedPitaya

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lambdaya

Library for doing IO on RedPitaya using Haskell

This library provides native binding on Fpga Registry map.

Notes on how to build GHC as crosscompiler

Example from tutorial that turns bunch of LEDs on RedPitaya.

import System.RedPitaya.Fpga

main = withOpenFpga (setLed 0x55)

About

Haskell bindings for Open Instrument RedPitaya

License:GNU Lesser General Public License v3.0


Languages

Language:Haskell 98.6%Language:Shell 1.4%