Compiling and executing code (command line)¶
- Connect the Application Board board via USB, with the sensor shuttle board mounted.
- Open the command prompt or the terminal.
- Use the command
cd
to go to the directory where the example that is to be built is located. - Type '
mingw32-make
' (TDM-GCC/MinGW) or 'make
' (Linux/Cygwin/MSYS2/MacOS) - Run the example and see the output.