Microcontroller › AVR › to display analog value of potentiometr on lcd using atmega 32 › Hi,Before your main(), there
August 26, 2012 at 5:56 pm
#8508
AJISH ALFRED
Participant
Hi,
Before your main(), there should be a function defenition for ‘lcd_string_array’ like,
void lcd_string_array (const char *)
{
STATEMENTS
}