beremiz
Clone
Summary
Browse
Changes
Graph
Drop EtherCAT examples, because they are non-functional without releasing motion control library
2018-08-13, Andrey Skvortsov
dcdeb5ad7d55
Drop EtherCAT examples, because they are non-functional without releasing motion control library
Closes #38
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]