C Driver
Hello, I want to use the C driver for the OpenBCI with the Cyton board: https://github.com/OpenBCI/OpenBCI_C to interface my Ultracortex with a C application.
I was wondering what compilation environments people are using for this driver. I am using CodeBlocks as an IDE on a Windows 10 with the GNU GCC Compiler from MingW and when I try to compile with the source and header file in my project, I get errors for many of the header files referenced in the openbci_c.h file including termios.h and sys/signal.h. I am assuming this is due to not using the right compiler (not having the relevant files).
Can someone point me to the right development setup I should be using for this driver?
Many Thanks!
Comments