1
0
forked from me/IronOS

Split I2C + startup logo

This commit is contained in:
Ben V. Brown
2020-05-29 23:07:59 +10:00
parent d2dacf990c
commit a32e245789
6 changed files with 45 additions and 27 deletions

View File

@@ -10,6 +10,14 @@
#include "stm32f1xx_hal.h"
#include "cmsis_os.h"
/*
* Wrapper class to work with the device I2C bus
*
* This provides mutex protection of the peripheral
* Also allows hardware to use DMA should it want to
*
*
*/
class FRToSI2C {
public: