shared version

Dependencies:   ExtendedTimer ISL29125 SDFileSystem mbed

Link to the experiment wiki: http://www.whitworthnearspace.org/wiki/Dependence_of_photovoltaic_performance_on_light_spectrum

RGB_Sensor.h

Committer:
utsal
Date:
2017-04-27
Revision:
2:cf208b7bb73e
Parent:
0:00e98c624c5f

File content as of revision 2:cf208b7bb73e:

#include "mbed.h"
#ifndef RGB_Sensor_H
#define RGB_Sensor_H

void RGB_Init();
void get_rgb1(uint16_t rgb1[]);
void get_rgb2(uint16_t rgb2[]);

#endif