no-OS
Loading...
Searching...
No Matches
basic_example.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef __LTC3220_BASIC_EXAMPLE_TESTS__
35#define __LTC3220_BASIC_EXAMPLE_TESTS__
36
37#include "ltc3220.h"
38
39/***************************************************************************/
45int example_main();
46
47/***************************************************************************/
53int ltc3220_test_led_singles(struct ltc3220_dev *ltc3220,
54 enum ltc3220_uled_mode mode);
55
56/***************************************************************************/
62
63/***************************************************************************/
72 enum ltc3220_uled_mode mode);
73
74#endif /* __LTC3220_BASIC_EXAMPLE_TESTS__ */
int example_main()
Basic example main executiont.
Definition axi_qspi_example.c:202
int ltc3220_test_led_singles_alt_modes(struct ltc3220_dev *ltc3220)
individual LED control with alternating modes for all 18 LEDs
Definition basic_example.c:207
int ltc3220_test_led_quick_write_with_indiv(struct ltc3220_dev *ltc3220, enum ltc3220_uled_mode mode)
Parallel and Serial LED control. LED 2 to 9 are set to serial, then LED1 is set to display on all LED...
Definition basic_example.c:238
int ltc3220_test_led_singles(struct ltc3220_dev *ltc3220, enum ltc3220_uled_mode mode)
individual LED control for all 18 LEDs
Definition basic_example.c:179
Header file of LTC3220 Driver.
ltc3220_uled_mode
Definition ltc3220.h:83
Definition ltc3220.h:120