# HG changeset patch # User František Kučera # Date 1497182899 -7200 # Node ID 516358e07f9d84e8b9b7790da21dc26e4309af93 # Parent 6b5c6a26693ffb12d885be06f282c1ee9b3186ed lpt-signal-generator: komentář diff -r 6b5c6a26693f -r 516358e07f9d c++/lpt-signal-generator/lpt.cpp --- a/c++/lpt-signal-generator/lpt.cpp Sun Jun 11 13:11:58 2017 +0200 +++ b/c++/lpt-signal-generator/lpt.cpp Sun Jun 11 14:08:19 2017 +0200 @@ -38,11 +38,6 @@ using namespace std; -// run this program: make run -// depending on frequency and machine performance the total time will be more than given duration -// despite the real-time priority, because some additional time is spent in outb() functions -// so "duration" means total sleep time - // TODO: data types revision // TODO: time units s, μs, ns – naming convention / unification