2023-08-03 18:48:16 -07:00
|
|
|
/*
|
|
|
|
* led_user.h
|
|
|
|
*
|
|
|
|
* Created on: Aug 3, 2023
|
|
|
|
* Author: true
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CODE_INC_LED_USER_H_
|
|
|
|
#define CODE_INC_LED_USER_H_
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-08-04 02:13:47 -07:00
|
|
|
void userled_init();
|
|
|
|
void userled_set(uint8_t brightness);
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-08-03 18:48:16 -07:00
|
|
|
#endif /* CODE_INC_LED_USER_H_ */
|