Inkycal/inkycal/display/drivers/9_in_7_drivers/IT8951/AsciiLib.h

11 lines
147 B
C
Raw Normal View History

2020-06-18 16:21:26 +02:00
#ifndef __AsciiLib_H
#define __AsciiLib_H
#include <stdint.h>
#include <string.h>
void GetASCIICode(uint8_t* pBuffer,uint8_t ASCII);
#endif