Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Align main header file name with library name. (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger authored Sep 4, 2021
1 parent 999fbe5 commit 8da3d9d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/TMF8801-Basic/TMF8801-Basic.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include <Wire.h>

#include <ArduinoTMF8801.h>
#include <107-Arduino-TMF8801.h>

/**************************************************************************************
* FUNCTION DECLARATION
Expand Down
2 changes: 1 addition & 1 deletion examples/TMF8801-FactoryCalib/TMF8801-FactoryCalib.ino
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <Wire.h>

#include <ArduinoTMF8801.h>
#include <107-Arduino-TMF8801.h>

/**************************************************************************************
* NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ paragraph=
category=Sensors
url=https://github.com/107-systems/107-Arduino-TMF8801
architectures=samd,esp32,mbed,mbed_nano,mbed_portenta,mbed_edge
includes=ArduinoTMF8801.h
includes=107-Arduino-TMF8801.h
4 changes: 3 additions & 1 deletion src/ArduinoTMF8801.cpp → src/107-Arduino-TMF8801.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
* INCLUDE
**************************************************************************************/

#include "ArduinoTMF8801.h"
#include "107-Arduino-TMF8801.h"

#include <Arduino.h>

/**************************************************************************************
* CTOR/DTOR
**************************************************************************************/
Expand Down
File renamed without changes.

0 comments on commit 8da3d9d

Please sign in to comment.