mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Adding FreeRToS constructs to I2C driver
This commit is contained in:
@@ -60,6 +60,7 @@ OLED::OLED(FRToSI2C* i2cHandle) {
|
||||
|
||||
void OLED::initialize() {
|
||||
HAL_Delay(5);
|
||||
|
||||
HAL_GPIO_WritePin(OLED_RESET_GPIO_Port, OLED_RESET_Pin, GPIO_PIN_SET);
|
||||
HAL_Delay(5);
|
||||
//Send the setup settings
|
||||
|
||||
Reference in New Issue
Block a user