errorlevel = board.AIn(channel,mode,output)
It seems that the library wants to put an UInt16 value into the 'output' variable. I would not expect this to be a problem, but this produces...
TypeError: no overloads of AIn could match (int, Range, int)
AIn(int, Range, Reference[Int16])
AIn(int, Range, Reference[UInt16])
Surely an unsigned Int16 should be able to go into an Int32?
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
