posilani dat

Dependencies:   FatFileSystemCpp mbed PowerControl USBHostLite

utils.h

Committer:
PavelKumpan
Date:
2017-05-23
Revision:
26:5674b8978551
Parent:
2:f623d1815dc4

File content as of revision 26:5674b8978551:


#ifndef __UTILS_H_
#define __UTILS_H_

extern void itoa(int num, int type, char *buf);

/*
 * Copy value of size bytes (use sizeof(type)) to buffer
 */
extern void toBytes(char *buffer, void *value, size_t size);

#endif