Hi there,
I'm trying to get Energia to run another program using command line. The idea is that it sends data based on readings the chip makes through microphones, and sends it to another program.
(The other program is able to then analyse the data more easily)
Ive written code in C which is able to run the other program from within Energia's project folder, but when I run exactly the same code by compiling and uploading to the chip (tiva c series tm4c1294),
the code does absolutely nothing.
***********Main .INO***********
#include "EnergiaC.c"
#include <stdio.h>
#inclu