#include <stdio.h>
#include <string.h>
char* serial_number;
printf("Got display area from tracker with serial number %s with status %i:\n", serial_number, status);
printf("Bottom Left: (%f, %f, %f)\n",
printf("Bottom Right: (%f, %f, %f)\n",
printf(
"Height: %f\n", display_area.
height);
printf("Top Left: (%f, %f, %f)\n",
printf("Top Right: (%f, %f, %f)\n",
printf(
"Width: %f\n", display_area.
width);
}