凌云物联网实验室ISKBoard(IoT Starter Kits Board)开发板项目源码
guowenxue
2023-04-04 05e75df4906f9cfa3e0a8061ab072bb9c8e24248
Production/ISKBoard_QCTester/Core/Board/ws2812b.c
@@ -1,9 +1,13 @@
/* Reference: https://blog.csdn.net/Lennon8_8/article/details/108980808
 * ws2812b.c
 *
 *  Created on: 2023年2月13日
 *      Author: Think
 */
/**********************************************************************
*   Copyright: (C)2023 LingYun IoT System Studio
*      Author: GuoWenxue<guowenxue@gmail.com> QQ: 281143292
* Description: ISKBoard WS2812B strip lights Hardware Abstract Layer driver
*   Reference: https://blog.csdn.net/Lennon8_8/article/details/108980808
*
*   ChangeLog:
*        Version    Date       Author            Description
*        V1.0.0  2023.04.3    GuoWenxue      Release initial version
***********************************************************************/
#include <string.h>
#include <stdint.h>
#include "ws2812b.h"