Bender Robotics / Mbed 2 deprecated PLAUCI_full

Dependencies:   FatFileSystemCpp mbed PowerControl USBHostLite

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers utils.h Source File

utils.h

00001 
00002 #ifndef __UTILS_H_
00003 #define __UTILS_H_
00004 
00005 extern void itoa(int num, int type, char *buf);
00006 
00007 /*
00008  * Copy value of size bytes (use sizeof(type)) to buffer
00009  */
00010 extern void toBytes(char *buffer, void *value, size_t size);
00011 
00012 #endif