summaryrefslogtreecommitdiff
path: root/library/include
diff options
context:
space:
mode:
authormarwik15 <marwik15@gmail.com>2022-05-02 13:19:13 +0200
committermarwik15 <marwik15@gmail.com>2022-05-02 13:19:13 +0200
commit2ef406196751a469323ed622312df2e7e7b1834b (patch)
tree1c75c8715c7c4e5e61a9f78099c543369e36d01b /library/include
parentd417394ae791e9972fede0665587aa612f93bca0 (diff)
downloadhwd-2ef406196751a469323ed622312df2e7e7b1834b.zip
hwd-2ef406196751a469323ed622312df2e7e7b1834b.tar.gz
hwd-2ef406196751a469323ed622312df2e7e7b1834b.tar.bz2
Sine wave changes after CR
Diffstat (limited to 'library/include')
-rw-r--r--library/include/hwd.h14
1 files changed, 7 insertions, 7 deletions
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<char> 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