Colour binning for Nespresso capsules using rgb_sensor (RGB LED & Photo Diode) - to detect flavour based on colour
Dependencies: rgb_sensor_buffer
Dependents: coffee_capsule_detection
Diff: detection.h
- Revision:
- 0:8a18ceffce1b
- Child:
- 1:a6c13143b151
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/detection.h Thu Jul 03 08:07:46 2014 +0000 @@ -0,0 +1,8 @@ +#ifndef __DETECTION_H_ +#define __DETECTION_H__ + +#include "rgb_sensor.h" + +const char* do_detection(); + +#endif // __DETECTION_H__