From 68cf01e3db805d87500f97399ea07c59f5569e99 Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Sun, 27 Jul 2025 15:08:46 +0200 Subject: space_light: remove setPWM --- usr/space_light/include/space_light.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'usr/space_light/include') diff --git a/usr/space_light/include/space_light.h b/usr/space_light/include/space_light.h index 9c30f46..47ab7d2 100644 --- a/usr/space_light/include/space_light.h +++ b/usr/space_light/include/space_light.h @@ -14,6 +14,3 @@ void init_led_thread(void *arg); void set_rgbcw(struct RGBCW *rgbcw); void set_timer(uint32_t seconds); - -// WILL BE REMOVED just for testing -void setPWM(uint8_t *values, size_t len); -- cgit v1.2.3