Question
How to find out the address of LED?
I'm studying a Modbus...
And i wanna to check my code and I want to check the condition of pin PC13 (LED).
How to find out the address of pin C13?
If this line
printf("Address of variable LED is: %p\r\n", &LED);say to me error "'LED' undeclared (first use in this function)".
