You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RGB LEDs can be used for visual feedback and can be programmed to display various colors and patterns. The LEDs take in **bolean** values for each color meaning that combinations are possible by setting each color **on** or **off**istead of controlling intensity.
227
+
The RGB LEDs can be used for visual feedback and can be programmed to display various colors and patterns. The LEDs take in **boolean** values for each color meaning that combinations are possible by setting each color **on** or **off**insteadof controlling intensity.
228
228
229
229
### Connectors
230
230
@@ -1004,7 +1004,7 @@ The Arduino Alvik robot comes equipped with two RGB LEDs that can be controlled
1004
1004
`green`: Intensity of the green component (0 or 1)
1005
1005
`blue`: Intensity of the blue component (0 or 1)
1006
1006
1007
-
In this case the LEDs take in **bolean** values for each color meaning that combinations are possible by setting each color **on** or **off**istead of controlling intensity.
1007
+
In this case the LEDs take in **boolean** values for each color meaning that combinations are possible by setting each color **on** or **off**insteadof controlling intensity.
0 commit comments