//-------------------------------------
// Assembly via Arduino - LCD Interface
//-------------------------------------
extern "C"
{
void LCD_write();
}
//----------------------------------------------------
void setup()
{
LCD_write();
}
//----------------------------------------------------
void loop() {}