beremiz
Clone
Summary
Browse
Changes
Graph
Delayed CANopen initialization for better busoff recovery
2014-03-04, Edouard Tisserant
21a2ea65cb30
Delayed CANopen initialization for better busoff recovery
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")