This is used for sending Data to receiving mDot
Dependencies: libmDot-dev-mbed5-deprecated ISL29011
Fork of mdot-examples by
Diff: examples/inc/itoa.h
- Revision:
- 5:c9ab5062cfc3
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/inc/itoa.h Fri Dec 01 20:22:20 2017 +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