1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 19:40:20 +03:00

Changed I2C timing to FreeRTOS ticks and added HAL_I2C_Mem_Write_DMA() and HAL_I2C_Mem_Read_DMA() from STM32F4 HAL in preparation of changing to DMA based I2C.

This commit is contained in:
3djc 2021-07-26 08:33:58 +02:00
parent e6aa096b47
commit 3a1acd14d1

View file

@ -1,8 +1,7 @@
/* /*
* Copyright (C) EdgeTx * Copyright (C) OpenTX
* *
* Based on code named * Based on code named
* opentx - https://github.com/opentx/opentx
* th9x - http://code.google.com/p/th9x * th9x - http://code.google.com/p/th9x
* er9x - http://code.google.com/p/er9x * er9x - http://code.google.com/p/er9x
* gruvin9x - http://code.google.com/p/gruvin9x * gruvin9x - http://code.google.com/p/gruvin9x