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

Align main header file name with library name. #29

Merged
merged 1 commit into from
Sep 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.