aboutsummaryrefslogtreecommitdiffstats
path: root/usr/space_light/include/space_light.h
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2025-07-27 15:08:46 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2025-07-27 15:08:46 +0200
commit68cf01e3db805d87500f97399ea07c59f5569e99 (patch)
tree1ea19124deec0f798e14a27f8bd237ec722e5298 /usr/space_light/include/space_light.h
parente94d439286b867a658468d2326b022fad3478ec0 (diff)
downloadwb3s-ble-nebula-galaxy-68cf01e3db805d87500f97399ea07c59f5569e99.tar.gz
wb3s-ble-nebula-galaxy-68cf01e3db805d87500f97399ea07c59f5569e99.zip
space_light: remove setPWM
Diffstat (limited to 'usr/space_light/include/space_light.h')
-rw-r--r--usr/space_light/include/space_light.h3
1 files changed, 0 insertions, 3 deletions
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);