diff options
Diffstat (limited to 'usr/space_light/include')
| -rw-r--r-- | usr/space_light/include/space_light.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/space_light/include/space_light.h b/usr/space_light/include/space_light.h index b0ca6b8..e5a604a 100644 --- a/usr/space_light/include/space_light.h +++ b/usr/space_light/include/space_light.h @@ -9,6 +9,10 @@ struct RGBCW { uint8_t w; // 0-100 }; -void init_led_thread (void *arg); +void init_led_thread(void *arg); -void setRGBCW(struct RGBCW* rgbcw); +void setRGBCW(struct RGBCW *rgbcw); +void power_save_mode(); + +// WILL BE REMOVED just for testing +void setPWM(uint8_t *values, size_t len); |
