Skip to content

Commit

Permalink
Header update
Browse files Browse the repository at this point in the history
  • Loading branch information
any-sliv committed Mar 10, 2023
1 parent 67f898e commit 8036c7a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions drivers/i2c/i2c.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* @file main.cpp
* @author Maciej Sliwinski
* @brief This file is a part of time_tracker_esp32 project.
*
* The code is distributed under the MIT License.
* See the LICENCE file for more details.
*/

#include "i2c.hpp"

#define I2C_MASTER_FREQ_HZ 400000
Expand Down
9 changes: 9 additions & 0 deletions drivers/i2c/i2c.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* @file main.cpp
* @author Maciej Sliwinski
* @brief This file is a part of time_tracker_esp32 project.
*
* The code is distributed under the MIT License.
* See the LICENCE file for more details.
*/

#pragma once

#include "driver/i2c.h"
Expand Down
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* See the LICENCE file for more details.
*/


#include "appManagement.hpp"
#include "nvs.hpp"

Expand Down

0 comments on commit 8036c7a

Please sign in to comment.