Commit f71211b1 authored by Jan Pospisil's avatar Jan Pospisil

not a real issue, the sub-bunch period is not calculated from clock sensing, but…

not a real issue, the sub-bunch period is not calculated from clock sensing, but from configuration (call to Ffpg.SelectClock("external", 400.789))
parent b89fca81
......@@ -2,7 +2,6 @@
# coding: utf8
# TODO:
# - fixed sub-bunch period, just check (warning) against "real" input frequency
# - relax bunch boundary check, fix continuous pulses (25 ns puls in two subsequent bunches) -> constraint to the help
import sys
......
......@@ -34,6 +34,7 @@
##-----------------------------------------------------------------------------
import time
import warnings
from WbOverlay import *
from DS18B20 import *
from CommonFunctions import *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment