From d5a4d84afa48199a2a7f1b380172538651fc3d19 Mon Sep 17 00:00:00 2001 From: IOsetting Date: Tue, 24 Jan 2023 02:41:53 +0800 Subject: [PATCH] docs: remove irrelevant comments --- Examples/LL/I2C/SSD1306_128x64OLED/ssd1306.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Examples/LL/I2C/SSD1306_128x64OLED/ssd1306.h b/Examples/LL/I2C/SSD1306_128x64OLED/ssd1306.h index e528310..0af9eec 100755 --- a/Examples/LL/I2C/SSD1306_128x64OLED/ssd1306.h +++ b/Examples/LL/I2C/SSD1306_128x64OLED/ssd1306.h @@ -20,22 +20,7 @@ extern C { #endif -/** - * This SSD1306 LCD uses I2C for communication - * - * Library features functions for drawing lines, rectangles and circles. - * - * It also allows you to draw texts and characters using appropriate functions provided in library. - * - * Default pinout - * -SSD1306 |W806 |DESCRIPTION -VCC |3.3V | -GND |GND | -SCL |PA1 |Serial clock line -SDA |PA4 |Serial data line - */ #include #include #include "main.h"