Robobo
grey.h
1 #ifndef GREY_INCLUDED
2 #define GREY_INCLUDED
3 
4 #include "Arduino.h"
5 
6 
7 uint8_t greyValue(uint8_t a, uint8_t b);
8 
9 #endif