Open
Description
Hi all, I try to use the HID_test example from arduino-BLEPeripheral library for interfacing with my IPhone. The problem is that The program work properly if I instance only one addHid:
bleHID.addHID(bleMultimedia);
but when I try to add the keyboardHID:
bleHID.addHID(bleMultimedia);
bleHID.addHID(bleKeyboard);
The system does not work, it seem in loop in setup() function or the system in in continous reset.
If somebody had this kind of problem, please help me.
Thanks