-sensor values in packets using the following format:\\
-\verb|0x13|, $n, p_1, v(p_1), p_2, v(p_2), \ldots, p_n, v(p_n), c$\\
-where:
-\begin{description}
- \item[$n$] is the number of bytes sent back, excluding $n$ and $c$,
- \item[$p_i$] is a requested packet ID, $i = 1, \ldots, n$
- \item[$v(p_i)$] is the value of the packet with the packet ID $p_i$
- \item[$c$] is a checksum, with
+sensor values in packets using the byte format\\
+\verb|0x13|, $\mathtt{n, p_1, v(p_1), p_2, v(p_2), \ldots, p_n, v(p_n),
+c}$, where:
+\begin{itemize}\setlength{\itemsep}{0pt}
+ \item $n$ is the number of bytes sent back, excluding $n$ and $c$,
+ \item $p_i$ is a requested packet ID, $i = 1, \ldots, n$
+ \item $v(p_i)$ is the value of the packet with the packet ID $p_i$
+ \item $c$ is a checksum, with