├── .gitignore ├── AI-Thinker_RGBW_Bulb.cpp ├── AI-Thinker_RGBW_Bulb.h ├── AI-Thinker_RGBW_Bulb.ino ├── LICENSE ├── README.md ├── config.example.h └── images ├── Design.JPG ├── PCB.JPG └── Youtube.png /.gitignore: -------------------------------------------------------------------------------- 1 | config.h 2 | -------------------------------------------------------------------------------- /AI-Thinker_RGBW_Bulb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamZorSec/AI-Thinker_RGBW_Bulb/HEAD/AI-Thinker_RGBW_Bulb.cpp -------------------------------------------------------------------------------- /AI-Thinker_RGBW_Bulb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamZorSec/AI-Thinker_RGBW_Bulb/HEAD/AI-Thinker_RGBW_Bulb.h -------------------------------------------------------------------------------- /AI-Thinker_RGBW_Bulb.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamZorSec/AI-Thinker_RGBW_Bulb/HEAD/AI-Thinker_RGBW_Bulb.ino -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamZorSec/AI-Thinker_RGBW_Bulb/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamZorSec/AI-Thinker_RGBW_Bulb/HEAD/README.md -------------------------------------------------------------------------------- /config.example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamZorSec/AI-Thinker_RGBW_Bulb/HEAD/config.example.h -------------------------------------------------------------------------------- /images/Design.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamZorSec/AI-Thinker_RGBW_Bulb/HEAD/images/Design.JPG -------------------------------------------------------------------------------- /images/PCB.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamZorSec/AI-Thinker_RGBW_Bulb/HEAD/images/PCB.JPG -------------------------------------------------------------------------------- /images/Youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamZorSec/AI-Thinker_RGBW_Bulb/HEAD/images/Youtube.png --------------------------------------------------------------------------------