Light Show library for organic, calm, light display.

Dependencies:   BLE_API mbed nRF51822

Fork of mbed_blinky by Mbed

utility.h

Committer:
nargetdev
Date:
2016-02-01
Revision:
25:d48f46d753fd
Child:
26:8bc9984c4600

File content as of revision 25:d48f46d753fd:

#ifndef UTILITY_H
#define UTILITY_H

#include "rgb_led.h"

//extern Serial pc(USBTX, USBRX); // tx, rx

unsigned int hash(unsigned int x);
void identify(unsigned int m, Rgb&);

#endif