Skip to content

Commit a06b8b1

Browse files
committed
Ajuste de comentários.
1 parent b5c5b38 commit a06b8b1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CristalLiq-serial/CristalLiq-serial.ino

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
* São mensagens de quadro encapsuladas com os caracteres '<' e '>'. No interior do quadro é possível usar o caracter de escape para: '\<', '\>' e '\\'.
3434
* A semântica das mensagens é específica para a aplicação IFSPresente.
3535
* Há seis tipos de mensagens.
36-
* * <100,0,0> \htmlonly &rarr \endhtmlonly PING
37-
* * <200,TEXTO,TIMEOUT> \htmlonly &rarr \endhtmlonly TIME (Linha 0, para sala, data e hora)
38-
* * <300,TEXTO,TIMEOUT> \htmlonly &rarr \endhtmlonly LECTURE_NAME (Linha 1, para nome da palestra)
39-
* * <400,TEXTO,TIMEOUT> \htmlonly &rarr \endhtmlonly SPEAKER (Linha 2, para nome do palestrante)
40-
* * <500,TEXTO,TIEMOUT> \htmlonly &rarr \endhtmlonly ATTENDEE (Linha 3, aponta participante registrado
41-
* * <600,0,0> \htmlonly &rarr \endhtmlonly SUCCESS (Beep de sucesso no registro)
42-
* * <601,0,0> \htmlonly &rarr \endhtmlonly FAIL (Beep de falha no registro)
43-
* * <700,HH:MM:SS,0> \htmlonly &rarr \endhtmlonly SETTIME (Define a hora do RTC)
44-
* * <701,0,0> \htmlonly &rarr \endhtmlonly GETTIME (Recebe a hora do RTC)
36+
* * <100,0,0> \htmlonly &rarr; \endhtmlonly PING
37+
* * <200,TEXTO,TIMEOUT> \htmlonly &rar; \endhtmlonly TIME (Linha 0, para sala, data e hora)
38+
* * <300,TEXTO,TIMEOUT> \htmlonly &rarr; \endhtmlonly LECTURE_NAME (Linha 1, para nome da palestra)
39+
* * <400,TEXTO,TIMEOUT> \htmlonly &rarr; \endhtmlonly SPEAKER (Linha 2, para nome do palestrante)
40+
* * <500,TEXTO,TIEMOUT> \htmlonly &rarr; \endhtmlonly ATTENDEE (Linha 3, aponta participante registrado
41+
* * <600,0,0> \htmlonly &rarr; \endhtmlonly SUCCESS (Beep de sucesso no registro)
42+
* * <601,0,0> \htmlonly &rarr; \endhtmlonly FAIL (Beep de falha no registro)
43+
* * <700,HH:MM:SS,0> \htmlonly &rarr; \endhtmlonly SETTIME (Define a hora do RTC)
44+
* * <701,0,0> \htmlonly &rarr; \endhtmlonly GETTIME (Recebe a hora do RTC)
4545
*
4646
* Outras aplicações podem definir outros modelos de mensagens nos quadros do protocolo.
4747
*/

0 commit comments

Comments
 (0)