mirror of
https://github.com/IcedRooibos/py32f0-template.git
synced 2025-10-29 17:02:04 -07:00
docs: remove irrelevant comments
This commit is contained in:
parent
8c3c597d98
commit
d5a4d84afa
@ -20,22 +20,7 @@
|
|||||||
extern C {
|
extern C {
|
||||||
#endif
|
#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 <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user