Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 5 months ago.
Problem Keypad Rtos library socket
Hi, i have a problem with my keypad.
I use it : http://mbed.org/cookbook/Keypad Its works.
And i use it : http://mbed.org/handbook/Socket Its work too.
But for use socket with EthernetInterface i need use mbed-rtos.lib.
So, when i want include my socket and my keypad, i cant use my keypad. My program dont go in my function : uint32_t cbAfterInput(uint32_t key)
Help please.