From 9d4ed8c59e1313933a9e6df237931c0f8f2e1d00 Mon Sep 17 00:00:00 2001 From: cnlohr <lohr85@gmail.com> Date: Thu, 8 Jun 2023 16:57:00 -0400 Subject: [PATCH] Update note for PC connection --- examples/ws2812bdemo/ws2812bdemo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/ws2812bdemo/ws2812bdemo.c b/examples/ws2812bdemo/ws2812bdemo.c index 517dca2..2f462d0 100644 --- a/examples/ws2812bdemo/ws2812bdemo.c +++ b/examples/ws2812bdemo/ws2812bdemo.c @@ -2,6 +2,8 @@ #define SYSTEM_CORE_CLOCK 48000000 #define APB_CLOCK SYSTEM_CORE_CLOCK +// NOTE: CONNECT WS2812's to PC6 + #include "ch32v003fun.h" #include <stdio.h> #include <string.h> -- GitLab