We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ef8fc commit 733c28eCopy full SHA for 733c28e
Language/Functions/Advanced IO/shiftIn.adoc
@@ -38,11 +38,11 @@ Nota: essa é uma implementação por software; O Arduino também provê uma lin
38
`clockPin`: o pino alternado para sinalizar uma leitura de *dataPin*
39
40
`bitOrder`: em que ordem receber os bits; pode ser *MSBFIRST* ou *LSBFIRST*.
41
-Respectivamente primeiro o bite mais significativo (Most Significant Bit First), ou o primeiro o bit menso significativo (Least Significant Bit First)
+Respectivamente primeiro o bit mais significativo (Most Significant Bit First), ou o primeiro o bit menos significativo (Least Significant Bit First)
42
43
[float]
44
=== Retorna
45
-o valor lido (byte)
+O valor lido (byte)
46
47
--
48
// OVERVIEW SECTION ENDS
0 commit comments