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.
10 years, 3 months ago.
Error: Too many arguments in function call in "TouchSense/TouchSense.h", Line: 100, Col: 33
Hello, Thank you for your work, but when I try to compile for nRF51822 I have this error:
Error: Too many arguments in function call in "TouchSense/TouchSense.h", Line: 100, Col: 33 line 100> gpio_init(&gpio, mypin, PIN_OUTPUT);
I'm a total newbie, do you have any clue?
thx
Question relating to:

1 Answer
9 years, 4 months ago.
before: gpio_init(&gpio, mypin, PIN_OUTPUT);
after: gpio_init_out(&gpio, mypin);