shared version

Dependencies:   ExtendedTimer ISL29125 SDFileSystem mbed

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

Committer:
utsal
Date:
Thu Apr 27 16:45:22 2017 +0000
Revision:
2:cf208b7bb73e
Parent:
0:00e98c624c5f
Final version of 'PV cells on exposure to cosmic radiation'

Who changed what in which revision?

UserRevisionLine numberNew contents of line
utsal 0:00e98c624c5f 1 #include "mbed.h"
utsal 0:00e98c624c5f 2 #ifndef RGB_Sensor_H
utsal 0:00e98c624c5f 3 #define RGB_Sensor_H
utsal 0:00e98c624c5f 4
utsal 0:00e98c624c5f 5 void RGB_Init();
utsal 0:00e98c624c5f 6 void get_rgb1(uint16_t rgb1[]);
utsal 0:00e98c624c5f 7 void get_rgb2(uint16_t rgb2[]);
utsal 0:00e98c624c5f 8
utsal 0:00e98c624c5f 9 #endif