From 2ef406196751a469323ed622312df2e7e7b1834b Mon Sep 17 00:00:00 2001 From: marwik15 Date: Mon, 2 May 2022 13:19:13 +0200 Subject: Sine wave changes after CR --- library/include/hwd.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'library/include/hwd.h') diff --git a/library/include/hwd.h b/library/include/hwd.h index 4ea75fa..7374291 100644 --- a/library/include/hwd.h +++ b/library/include/hwd.h @@ -22,13 +22,13 @@ bool write(const std::vector data, std::size_t off); namespace sinewave { - void set_amplitude(double); - void set_frequency(double); - void set_phase(double); - double get_amplitude(); - double get_frequency(); - double get_phase(); - double get_point(); +void set_amplitude(double); +void set_frequency(double); +void set_phase(double); +double get_amplitude(); +double get_frequency(); +double get_phase(); +double get_point(); } // namespace sinewave } // namespace hwd -- cgit v1.1