/Adept2Test

Just a test of the Adept 2 Firmware on a CMOD S6 board

Primary LanguageC++

Our Project

This project is basically for creating a small program to interface with a CMOD S6 just using command line and the Adept 2 SDK. I'll be adding on more soon but here is a little bit more about how to install below

In this project, I tried to orignally use a Visual Studio project, which kinda sucks... So I'll be going to Minigw for Windows.

Just for reference, this is how you add path information for Minigw on Windows (still works in 10)...:

https://www.rose-hulman.edu/class/csse/resources/MinGW/installation.htm

I gave up on the Windows Version for now, so the current one I'm working on is the Linux folder. I will get this robust and remove the Visual Studio Project working soon or remove it from the repostitory...

Update: got the Linux version working for the most part. Need to figure out MiniGW if needed and add more features to linux version (Ubuntu 18.04)