This commit is contained in:
v0stap
2026-04-05 11:31:20 +02:00
commit 78e6a1b8aa
254 changed files with 175905 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/*
* mazda_can.h
*
* Created on: Mar 17, 2022
* Author: v0stap
*/
#ifndef INC_MAZDA_CAN_H_
#define INC_MAZDA_CAN_H_
void MAZDA_Send_Data(void);
void MAZDA_CAN_Read(void);
#endif /* INC_MAZDA_CAN_H_ */