Re-Arm bugfixes (#7495)

* UBL_correction

* RGB Map function
This commit is contained in:
Tannoo
2017-08-13 08:50:12 -06:00
committed by Scott Lahteine
parent 622b80974c
commit 859fa35287
3 changed files with 29 additions and 14 deletions

View File

@@ -112,4 +112,6 @@ void randomSeed(uint32_t);
char *dtostrf (double __val, signed char __width, unsigned char __prec, char *__s);
int map(uint16_t x, uint16_t in_min, uint16_t in_max, uint16_t out_min, uint16_t out_max);
#endif // __ARDUINO_DEF_H__