first commit

This commit is contained in:
Christian Lind Vie Madsen
2025-06-26 13:34:04 +02:00
parent 4f829dc623
commit af8c1d5363
2 changed files with 63 additions and 0 deletions

18
cm_nmea_decoder.c Normal file
View File

@@ -0,0 +1,18 @@
/*
* cm_nmea_decoder.c
*
* Created on: 26 Jun 2025
* Author: Christian Lind Vie Madsen
*/
int cm_nmea_characterDecode(char in){
}
int cm_nmea_stringDecode(char *str){
}