Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90415816
led.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 1, 11:49
Size
403 B
Mime Type
text/x-c
Expires
Sun, Nov 3, 11:49 (2 d)
Engine
blob
Format
Raw Data
Handle
22072493
Attached To
R2671 HHRI-software
led.h
View Options
#ifndef __LED_H
#define __LED_H
#include "../main.h"
/** @defgroup LED Driver / LED
* @brief Driver to control a LEDs row.
*
* Call led_Init() first in the initialization code. Then, call led_Set() to
* set the LEDs ON or OFF.
*
* @addtogroup LED
* @{
*/
void led_Init(void);
float32_t led_Get(int ledIndex);
void led_Set(int ledIndex, float32_t brightness);
/**
* @}
*/
#endif
Event Timeline
Log In to Comment