We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824d1cb commit 40375d4Copy full SHA for 40375d4
1 file changed
CristalLiq-serial/frame.h
@@ -23,6 +23,9 @@ enum machineState {START, RECEIVING, ESCAPE, RECEIVED};
23
*
24
* @note O buffer `receivedChars` armazena a mensagem recebida,
25
* `sendChars` armazena a mensagem a ser enviada.
26
+ *
27
+ * @section img_sec Máquina de Estado do protocolo
28
+ * \image html img/MaquinaEstadoProtocolo.png "Máquina de Estados"
29
*/
30
class SerialProtocol {
31
public:
0 commit comments