Skip to content
Snippets Groups Projects
Commit 4e907284 authored by squix78's avatar squix78
Browse files

Merge pull request #8 from FWeinb/improve-naming

Align the name of all source files
parents ef64c27b c5da2a3a
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ See more at http://blog.squix.ch
Credits for parts of this code go to Mike Rankin. Thank you so much for sharing!
*/
#include "ssd1306_i2c.h"
#include "SSD1306.h"
#include <Wire.h>
......
File moved
......@@ -26,7 +26,7 @@ Credits for parts of this code go to Daniel Eichhorn
#pragma once
#include <Arduino.h>
#include "ssd1306_i2c.h"
#include "SSD1306.h"
enum AnimationDirection {
SLIDE_UP,
......
......@@ -23,7 +23,7 @@ SOFTWARE.
See more at http://blog.squix.ch
*/
#include <Wire.h>
#include "ssd1306_i2c.h"
#include "SSD1306.h"
#include "SSD1306Ui.h"
#include "images.h"
......
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