Skip to content

Commit 0888c22

Browse files
committed
Change sketches to use new header file
1 parent 2c098a8 commit 0888c22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/BasicUsage/BasicUsage.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Demonstrate basic library usage.
33
*/
44

5-
#include <Arduino_PMIC.h>
5+
#include <Arduino_PF1550.h>
66

77
void setup() {
88
PMIC.begin();

examples/C33-Low-Power/C33-Low-Power.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Test low power capability of Portenta C33.
33
*/
44

5-
#include <Arduino_PMIC.h>
5+
#include <Arduino_PF1550.h>
66

77
#include <Wire.h>
88

examples/ReadWriteRegs/ReadWriteRegs.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Read and write some registers from the PF1550 PMIC.
33
*/
44

5-
#include <Arduino_PMIC.h>
5+
#include <Arduino_PF1550.h>
66

77
//#define Serial Serial1
88

0 commit comments

Comments
 (0)