Skip to content

Commit 7268e23

Browse files
author
Nathan Seidle
committed
Update SparkFun_CAP1203.cpp
1 parent 60d0f50 commit 7268e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_CAP1203.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Distributed as-is; no warranty is given.
2121
#include <Arduino.h>
2222
#include <Wire.h>
2323
#include "SparkFun_CAP1203_Registers.h"
24-
#include "SparkFun_CAP1203_Types.h"
24+
#include "SparkFun_CAP1203.h"
2525

2626
/* CONSTRUCTOR
2727
This function, called when you initialize the class will write

0 commit comments

Comments
 (0)