make it work!

This commit is contained in:
2022-04-02 03:54:53 +02:00
parent fdcac81021
commit 01a18ef9cb
11 changed files with 247 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef I2C_GATEWAY_H
#define I2C_GATEWAY_H
#include <stdint.h>
#include <stddef.h>
void i2c_command(uint8_t *packet, size_t len);
#endif //I2C_GATEWAY_H
+2
View File
@@ -55,6 +55,8 @@ void DebugMon_Handler(void);
void USB_HP_CAN1_TX_IRQHandler(void);
void USB_LP_CAN1_RX0_IRQHandler(void);
void TIM1_UP_IRQHandler(void);
void I2C1_EV_IRQHandler(void);
void I2C1_ER_IRQHandler(void);
/* USER CODE BEGIN EFP */
/* USER CODE END EFP */