Skip to content
Snippets Groups Projects
Commit b9b79416 authored by Daniel Eichhorn's avatar Daniel Eichhorn
Browse files

Fixe typo

parent 1d6d8f4d
No related branches found
No related tags found
No related merge requests found
...@@ -65,12 +65,11 @@ SSD1306Brzo display(ADDRESS, SDA, SDC); ...@@ -65,12 +65,11 @@ SSD1306Brzo display(ADDRESS, SDA, SDC);
#include <SPI.h> #include <SPI.h>
#include "SSD1306Spi.h" #include "SSD1306Spi.h"
SSD1306Spi display(RES, DC, CS); SSD1306Spi display(RES, DC, CS);
``` ```
## API ## API
### Display Control ### Display Control
```C++ ```C++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment