The following code does not work
e = ObjCClass('EAAccessoryManager')
The error message is ValueError: no Objective-C class named 'EAAccessoryManger' found. Is it because the framework is not linked to Pythonista? Is there any other way that I can make it work besides asking @omz to link the framework?
I am trying to talk to a Lego Mindstorms brick using the bluetooth connection. The brick uses bluetooth 2.1 and is a MFi device. I did some research and it seems that EA framework is the way to go.