first commit

This commit is contained in:
Christian Lind Vie Madsen
2025-10-15 17:16:56 +02:00
parent 736f051b35
commit c8fb7e4e9d
6 changed files with 170 additions and 0 deletions

13
main.c Normal file
View File

@@ -0,0 +1,13 @@
/*
* main.c
*
* Created on: 15 Oct 2025
* Author: Christian L. V. Madsen (OZ1CM)
*/
#include <stdio.h>
#include "cm_heatsink_emulator/cm_heatsink_emulator.h"
int main(void){
}