14 lines
190 B
C
14 lines
190 B
C
/*
|
|
* 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){
|
|
|
|
|
|
}
|