Skip to content

Commit

Permalink
renamed files to aviod warning during compilation, architecture set t…
Browse files Browse the repository at this point in the history
…o esp8266
  • Loading branch information
BugerDread committed Nov 21, 2019
1 parent b68890a commit 3124929
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/* Include Library */
#include <esp8266-hw-spi-max7219-7seg.h>
#include <esp8266_hw_spi_max7219_7seg.h>

// configuration
#define SPI_SPEED 8000000 //SPI@8MHZ
Expand Down
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=esp8266-hw-spi-max7219-7seg
version=2.0.1
version=2.0.2
author=Buger - based on Ozhan Duran <ozhantr@hotmail.com>
maintainer=BugerDread
sentence=Multi MAX7219 7-Segment LED Display HW SPI Lib
paragraph=Library to use 1 or more MAX7219 7segment modules with ESP8266 over HW SPI
category=Display
url=https://github.com/BugerDread/esp8266-hw-spi-max7219-7seg
architectures=*
includes=esp8266-hw-spi-max7219-7seg.h
architectures=esp8266
includes=esp8266_hw_spi_max7219_7seg.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "esp8266-hw-spi-max7219-7seg.h"
#include "esp8266_hw_spi_max7219_7seg.h"
#include <SPI.h>


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef esp8266-hw-spi-max7219-7seg_h
#define esp8266-hw-spi-max7219-7seg_h
#ifndef esp8266_hw_spi_max7219_7seg_h
#define esp8266_hw_spi_max7219_7seg_h

#if (ARDUINO >= 100)
#include <Arduino.h>
Expand Down

0 comments on commit 3124929

Please sign in to comment.