Skip to content

michael-christen/digilent-simplified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digilent Simplified

A C++ wrapper around Digilent's Waveforms SDK, which targets the Digilent Analog Discovery.

Getting Started

Installation Instructions for Linux

  1. You'll need to install the Waveforms SDK by downloading the appropriate package here.
  2. Run sudo make install

To perform a test you can run sudo make test, just make sure that you set your LD_LIBRARY_PATH properly. The installation puts a shared object file in /usr/local/lib, so you can add it to your path by putting something like this in your config file:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

Documentation

About

A barebones repo for digilent

Resources

Stars

Watchers

Forks

Packages

No packages published