extern "C" { void init_ADC(); void LCD_write(); } void setup() { init_ADC(); LCD_write(); } void loop() { }