Hi Freaks,
when I start new project for XMEGA32E5 with ASF, in Solution Explorer tree list I can find two "ioport.h" files. One with ..\ioport\xmega\ioport.h path a second with ioport\ioport.h
My questions:
1. Which file will be included after #include
2. When I want use command ioport_configure_pin(... - after "Go To Implementation" system can find definition in "ioport_compat.h", but compiler show error implicit declaration.
Thanks for answer.