Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C12832_lcd LCD_fonts mbed mbed-rtos
convert.h
- Committer:
 - kaku_jyoko
 - Date:
 - 2016-12-13
 - Revision:
 - 37:f5d98f22b6bd
 - Parent:
 - 25:a08a1f5fbb6a
 - Child:
 - 38:63b99151e218
 
File content as of revision 37:f5d98f22b6bd:
#ifndef CONVERT_H
#define CONVERT_H
#include "C12832_lcd.h" 
#include "models.h"
class Converter
{
public:
    char* convert(int map[][LCD_X]);
};
#endif