Warning
This page is located in archive. Go to the latest version of this course pages.

Lab12 - Project evaluation

The term project evaluation will be performed by issuing commands to different boards and evaluating the response. 5pt for sending the commands written in commands.txt to Nucleo with the main thread. 5pt for sending next and previous commands to the NUCLEO based on joystick status. 5pt for sending the user inputs to Nucleo with thread1. 5pt successful execution of sent commands.

Example of the predefined data set The automatic testing will be performed by a predefined text test file which will be loaded into the students programs. The content of the file can be as follows:

*IDN?;
DRAW:CLEAR 2;
DRAW:SETTEXTCOLOR 3;
DRAW:CIRCLE 49,20;
DRAW:CIRCLE 79,20,10;
DRAW:SETTEXTCOLOR 2;
DRAW:LINE 55,40,60,45;
DRAW:LINE 68,45,73,40;
DRAW:LINE 60,45,68,45;
DRAW:SETFONT 12;
DRAW:TEXT 64,120,Nucleo RULEZ!,1;

courses/be5b99cpl/labs/lab12.txt · Last modified: 2021/12/08 15:23 by amjadara