NewbeeAVR
Junior Member level 2
I need to write a function relating to LCD as follows
and
I need to use parameter 'en' within init() function in toggle_en() function how to do that
Code:
void init(uint8_t rs, uint8_t en);
and
Code:
toggle_en();
I need to use parameter 'en' within init() function in toggle_en() function how to do that