Extract LED driver related functions to led_driver.[ch]

This commit is contained in:
László Monda
2016-09-26 20:28:12 +02:00
parent 9e3d512e89
commit b280fde8a5
6 changed files with 72 additions and 54 deletions

View File

@@ -1,9 +0,0 @@
#ifndef __MAIN_H__
#define __MAIN_H__
#define EXAMPLE_I2C_MASTER_BASEADDR I2C0
#define I2C_BAUD_RATE 100000
#define I2C_MASTER_CLK_SRC I2C0_CLK_SRC
#define I2C_DATA_LENGTH 2
#endif