Support for an RGB LED using 3 pins

This commit is contained in:
Scott Lahteine
2016-11-29 19:51:13 -06:00
parent 092e949b58
commit 65c50e062e
24 changed files with 238 additions and 10 deletions

View File

@ -1369,6 +1369,14 @@
//define BlinkM/CyzRgb Support
//#define BLINKM
// Support for an RGB LED using 3 separate pins with optional PWM
//#define RGB_LED
#if ENABLED(RGB_LED)
#define RGB_LED_R_PIN 34
#define RGB_LED_G_PIN 43
#define RGB_LED_B_PIN 35
#endif
/*********************************************************************\
* R/C SERVO support
* Sponsored by TrinityLabs, Reworked by codexmas