Lugovtsov/project/hardware/main.cpp

16 lines
159 B
C++
Raw Normal View History

2022-11-01 16:18:53 +03:00
#include "Generator.hpp"
#include "Oscilloscope.hpp"
2022-11-28 18:31:51 +03:00
#include "Utils.hpp"
2022-10-31 14:07:36 +03:00
2022-11-28 23:17:12 +03:00
template <typename T>
void func(T arg)
{
}
2022-11-28 18:31:51 +03:00
int main()
{
2022-10-31 14:07:36 +03:00
return EXIT_SUCCESS;
}