Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BeautifulMemeProject by
colour.h
00001 /* University of York Robotics Laboratory PsiSwarm Library: Colour Sensors Header File 00002 * 00003 * File: colour.h 00004 * 00005 * (C) Dept. Electronics & Computer Science, University of York 00006 * James Hilder, Alan Millard, Homero Elizondo, Jon Timmis 00007 * 00008 * PsiSwarm Library Version: 0.3 00009 * 00010 * October 2015 00011 * 00012 */ 00013 00014 00015 #ifndef COLOUR_H 00016 #define COLOUR_H 00017 00018 void set_base_colour_sensor_gain(char gain); 00019 void set_base_colour_sensor_integration_time(char int_time); 00020 void enable_base_colour_sensor(void); 00021 void read_base_colour_sensor_values(int * store_array); 00022 char IF_check_base_colour_sensor(void); 00023 00024 00025 #endif
Generated on Fri Jul 15 2022 08:26:10 by
1.7.2
