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