Added test cpp Project

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
2025-12-05 13:20:11 +00:00
parent 8850b75b15
commit 82dbcf868c
3 changed files with 253 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.25)
project(serial_psu)
add_executable(psuSendReceive psuSendReceive.cpp)