Skip to content

Turns on an RGB led in accordance with a decimal string read from the serial port.

License

Notifications You must be signed in to change notification settings

sandrotributi/Arduino-rgb-decColor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Arduino-rgb-decColor

Turns on an RGB led in accordance with a decimal string read from the serial port. Colors can be represented with three decimal values separated by commas. The decimal string format is rrr,ggg,bbb where rrr is the RED value, ggg is the GREEN value and bbb is the BLUE value. The decimal values are in the range 0..255.

https://www.rapidtables.com/web/color/html-color-codes.html

About

Turns on an RGB led in accordance with a decimal string read from the serial port.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages