Light Show library for organic, calm, light display.

Dependencies:   BLE_API mbed nRF51822

Fork of mbed_blinky by Mbed

config.h

Committer:
nargetdev
Date:
2016-02-01
Revision:
27:a55dde8334f3
Parent:
25:d48f46d753fd

File content as of revision 27:a55dde8334f3:

#ifndef CONFIG_H
#define CONFIG_H

#define CALIBRATION_TIME 3

#define MKIT

#ifdef NRFDK
    #define MOTION_PIN p20
    
    #define RED_PIN p21
    #define GREEN_PIN p22
    #define BLUE_PIN p23
#elif defined MKIT
    #define MOTION_PIN p1
    
    #define RED_PIN p6
    #define GREEN_PIN p22
    #define BLUE_PIN p30
#endif

#endif