Skip to content

tucanae47/redpitaya_playground

Repository files navigation

Control redpitaya from cpp

compile and play Led blinker

 g++ -g  -std=c++14 i2c_dev.cpp spi_dev.cpp led_blinker.cpp -o blink

compile and play Pulse generator

 g++ -g  -std=c++14 i2c_dev.cpp spi_dev.cpp led_blinker.cpp -o pulse -lpthread

Notes

Code is heavily based on Koheron but without the need of websocket remote load server, i removed all the code related to the server and keep it simple to play directly with the fpga

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages