restructured Folder-Structure

This commit is contained in:
2023-03-19 18:03:28 +01:00
parent e3392d92c4
commit 0469b183f2
11 changed files with 0 additions and 0 deletions

12
Software/include/gps.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef _GPS_H_
#define _GPS_H_
#include <TinyGPSPlus.h>
#include "config.h"
#include "common.h"
#include "dtc.h"
void Init_GPS();
uint32_t Process_GPS_WheelSpeed();
#endif