#ifndef _U_PWM_DRIVE_H_
#define _U_PWM_DRIVE_H_
#include "u_global.h"

void light_set_color(uint32_t color);
#endif