Files
Inkycal/inkycal/display/drivers/9_in_7_drivers/IT8951/AsciiLib.h
2020-06-18 16:21:26 +02:00

11 lines
147 B
C

#ifndef __AsciiLib_H
#define __AsciiLib_H
#include <stdint.h>
#include <string.h>
void GetASCIICode(uint8_t* pBuffer,uint8_t ASCII);
#endif