capitalize folder names and file names Same like class file names

This commit is contained in:
Phat Nguyen
2024-02-17 13:17:45 +07:00
parent ee9f26ee04
commit b475c5c1ec
225 changed files with 26 additions and 26 deletions

View File

@ -1,17 +1,17 @@
#ifndef _AIR_GRADIENT_H_ #ifndef _AIR_GRADIENT_H_
#define _AIR_GRADIENT_H_ #define _AIR_GRADIENT_H_
#include "display/oled.h" #include "Display/Display.h"
#include "main/BoardDef.h" #include "Main/BoardDef.h"
#include "main/HardwareWatchdog.h" #include "Main/HardwareWatchdog.h"
#include "main/LedBar.h" #include "Main/LedBar.h"
#include "main/PushButton.h" #include "Main/PushButton.h"
#include "main/StatusLed.h" #include "Main/StatusLed.h"
#include "pms/pms5003.h" #include "PMS/PMS5003.h"
#include "pms/pms5003t.h" #include "PMS/PMS5003T.h"
#include "s8/s8.h" #include "S8/S8.h"
#include "sgp41/sgp41.h" #include "Sgp41/Sgp41.h"
#include "sht/sht.h" #include "Sht/Sht.h"
/** /**
* @brief Class with define all the sensor has supported by Airgradient. Each * @brief Class with define all the sensor has supported by Airgradient. Each

View File

@ -1,6 +1,6 @@
#include "oled.h" #include "Display.h"
#include "../library/Adafruit_SH110x/Adafruit_SH110X.h" #include "../Libraries/Adafruit_SH110x/Adafruit_SH110X.h"
#include "../library/Adafruit_SSD1306_Wemos_OLED/Adafruit_SSD1306.h" #include "../Libraries/Adafruit_SSD1306_Wemos_OLED/Adafruit_SSD1306.h"
#define disp(func) \ #define disp(func) \
if (this->_boardType == DIY_BASIC) { \ if (this->_boardType == DIY_BASIC) { \

Some files were not shown because too many files have changed in this diff Show More