Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 02f0224

Browse files
authored
Merge pull request #5 from per1234/name-change
Change all mentions of PhysicsLabsFirmware to PhysicsLabFirmware
2 parents a2e6337 + 647fb7a commit 02f0224

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

examples/PhysicsLabFirmware/INA226.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of the PhysicsLabsFirmware library.
2+
This file is part of the PhysicsLabFirmware library.
33
Copyright (c) 2019 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

examples/PhysicsLabFirmware/INA226.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of the PhysicsLabsFirmware library.
2+
This file is part of the PhysicsLabFirmware library.
33
Copyright (c) 2019 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

examples/PhysicsLabFirmware/PhysicsLabFirmware.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of the PhysicsLabsFirmware library.
2+
This file is part of the PhysicsLabFirmware library.
33
Copyright (c) 2019 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ paragraph=This library depends on the ArduinoBLE and MKRIMU libraries.
77
category=Communication
88
url=https://github.com/arduino/PhysicsLabsFirmware
99
architectures=samd
10-
includes=PhysicsLabsFirmware.h
10+
includes=PhysicsLabFirmware.h

src/PhysicsLabsFirmware.h renamed to src/PhysicsLabFirmware.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of the PhysicsLabsFirmware library.
2+
This file is part of the PhysicsLabFirmware library.
33
Copyright (c) 2019 Arduino SA. All rights reserved.
44
55
This library is free software; you can redistribute it and/or
@@ -17,8 +17,8 @@
1717
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
*/
1919

20-
#ifndef _PHYSICS_LABS_FIRMWARE_H_
21-
#define _PHYSICS_LABS_FIRMWARE_H_
20+
#ifndef _PHYSICS_LAB_FIRMWARE_H_
21+
#define _PHYSICS_LAB_FIRMWARE_H_
2222

2323
// Nothing here everything is in the example sketch!
2424

0 commit comments

Comments
 (0)