Using the mDot to receive data.
Dependencies: libmDot-dev-mbed5-deprecated ISL29011
Fork of mdot-examples by
Diff: examples/inc/itoa.h
- Revision:
- 2:b44a9032fcc5
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/inc/itoa.h Thu Mar 29 17:31:36 2018 +0000 @@ -0,0 +1,10 @@ +#ifndef __ITOA_H +#define __ITOA_H + +#include <string.h> + +char* itoa(int num, char* str, int base); + +void reverse(char *s); + +#endif \ No newline at end of file