Skip to content

Commit 6839fb8

Browse files
author
Max 'MaxMax' Mönikes
committed
Moved .ino to example folder
1 parent dc571a6 commit 6839fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/TLE9012_Library.ino renamed to examples/TLE9012_Library/TLE9012_Library.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ TLE9012 tle9012;
3131

3232
void setup() {
3333
// put your setup code here, to run once:
34-
tle9012.init(&Serial2, 2000000);
34+
tle9012.init(&Serial2, 2000000,16,17);
3535
Serial.begin(115200);
3636
Serial.println("Boot completed");
3737
tle9012.wakeUp();

0 commit comments

Comments
 (0)