uint8_t SSD1306_Init (void) { if (HAL_I2C_IsDeviceReady(&H_I2C, SSD1306_I2C_ADDR, 1, 20000) != HAL_OK) { >/* Send slave address */ hi2c->Instance->DR = I2C_7BIT_ADD_WRITE(DevAddress); deAddress > DR DR 쪽에 값을 넣어주면 그 후부터는 Hardware가 처리 I2C_HandleTypeDef hi2c2;{ I2C_TypeDef *Instance;}typedef struct{ __IO uint32_t CR1; __IO uint32_t CR2; __IO uint32_t OAR1; __IO uint32_t OAR2; __IO uint32_t DR; __IO..