Skip to content

Commit

Permalink
Rename filename
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jul 9, 2024
1 parent 4e1a5a2 commit 1d71710
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <Wire.h>
#include <SPI.h>
#include <Arduino.h>
#include "touch/TouchClassCST92xx.h"
#include "TouchDrvCST92xx.h"
#include "SensorWireHelper.h"


Expand Down
4 changes: 2 additions & 2 deletions src/touch/TouchClassCST92xx.cpp → src/TouchDrvCST92xx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
* @file TouchClassCST92xx.cpp
* @file TouchDrvCST92xx.cpp
* @author Lewis He (lewishe@outlook.com)
* @date 2024-07-07
*/
#include "TouchClassCST92xx.h"
#include "TouchDrvCST92xx.h"

#if defined(ARDUINO)
TouchClassCST92xx::TouchClassCST92xx():
Expand Down
6 changes: 3 additions & 3 deletions src/touch/TouchClassCST92xx.h → src/TouchDrvCST92xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
*/
#pragma once

#include "../TouchDrvInterface.hpp"
#include "../SensorCommon.tpp"
#include "../SensorLib.h"
#include "TouchDrvInterface.hpp"
#include "SensorCommon.tpp"
#include "SensorLib.h"
#include "REG/CST9xxConstants.h"


Expand Down

0 comments on commit 1d71710

Please sign in to comment.