przygotowany projekt do testowania

This commit is contained in:
2021-05-29 10:44:58 +02:00
parent 0ece75786f
commit 6eded1c5cc
14 changed files with 224 additions and 96 deletions

View File

@@ -11,7 +11,11 @@
I2C_HandleTypeDef *oled_i2c;
#ifndef TEST
static uint8_t buffer_oled[SSD1306_BUF_SIZE];
#else
uint8_t buffer_oled[SSD1306_BUF_SIZE];
#endif
void SSD1306_SendCommand(uint8_t cmd)
{