c10x10rgb  2.0.0.0
Macros | Functions
main.c File Reference

10x10 RGB Click example More...

#include "board.h"
#include "log.h"
#include "c10x10rgb.h"

Macros

#define DELAY_SHORT   2
 
#define DELAY_LONG   4
 

Functions

void application_init (void)
 
void application_task (void)
 
void main (void)
 

Detailed Description

10x10 RGB Click example

Description

This example showcases how to initialize, configure and use the 10x10 RGB click moduel. The click has a 10 by 10 RGB LED matrix which can be programmed to show different colors or even images. LED elements that form the matrix communicate by a single line with the host MCU.

The demo application is composed of two sections :

Application Init

This function initializes and configures the logger and click modules.

Application Task

This function first displays 3 bytes { R, G, B }, the string "Mikroe", the company logo and a rainbow in the end.

Author
MikroE Team

Macro Definition Documentation

◆ DELAY_LONG

#define DELAY_LONG   4

◆ DELAY_SHORT

#define DELAY_SHORT   2

Function Documentation

◆ application_init()

void application_init ( void  )

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )