Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/PhysicsLabFirmware/INA226.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
This file is part of the PhysicsLabsFirmware library.
This file is part of the PhysicsLabFirmware library.
Copyright (c) 2019 Arduino SA. All rights reserved.

This library is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion examples/PhysicsLabFirmware/INA226.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
This file is part of the PhysicsLabsFirmware library.
This file is part of the PhysicsLabFirmware library.
Copyright (c) 2019 Arduino SA. All rights reserved.

This library is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion examples/PhysicsLabFirmware/PhysicsLabFirmware.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
This file is part of the PhysicsLabsFirmware library.
This file is part of the PhysicsLabFirmware library.
Copyright (c) 2019 Arduino SA. All rights reserved.

This library is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ paragraph=This library depends on the ArduinoBLE and MKRIMU libraries.
category=Communication
url=https://github.com/arduino/PhysicsLabsFirmware
architectures=samd
includes=PhysicsLabsFirmware.h
includes=PhysicsLabFirmware.h
6 changes: 3 additions & 3 deletions src/PhysicsLabsFirmware.h → src/PhysicsLabFirmware.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
This file is part of the PhysicsLabsFirmware library.
This file is part of the PhysicsLabFirmware library.
Copyright (c) 2019 Arduino SA. All rights reserved.

This library is free software; you can redistribute it and/or
Expand All @@ -17,8 +17,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef _PHYSICS_LABS_FIRMWARE_H_
#define _PHYSICS_LABS_FIRMWARE_H_
#ifndef _PHYSICS_LAB_FIRMWARE_H_
#define _PHYSICS_LAB_FIRMWARE_H_

// Nothing here everything is in the example sketch!

Expand Down