arranged by katano

Dependencies:   MPU9150_DMP Neon_F303K8 QuaternionMath iSDIO mbed-rtos mbed

Fork of Neon_F303K8 by Yasuhiro ISHII

led.h

Committer:
yakatano
Date:
2016-08-05
Revision:
4:636bb3f66dcd
Parent:
1:73543a1fbe62

File content as of revision 4:636bb3f66dcd:

#ifndef __LED_H__
#define __LED_H__

#include "configure.h"

typedef struct {
    uint8_t r;
    uint8_t g;
    uint8_t b;
} Led __attribute__((__packed__));

extern Led LedStripe[NUMBER_OF_LEDS];


#endif /* __LED_H__ */