Skip to content

Commit

Permalink
📝 Added datasheet
Browse files Browse the repository at this point in the history
  • Loading branch information
50xp50 committed Oct 23, 2024
1 parent c77f11e commit 1403047
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ libhal_test_and_make_library(
SOURCES
src/imu/icm20948.cpp
src/imu/mpu6050.cpp
src/temperature/tmp102.cpp
src/multi/mpl3115a2.cpp
src/multi/bmp180.cpp
src/multi/mpl3115a2.cpp
src/temperature/tmp102.cpp

TEST_SOURCES
tests/imu/mpu6050.test.cpp
Expand Down
Binary file added datasheets/BMP180_Datasheet.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions demos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ project(demos LANGUAGES CXX)

libhal_build_demos(
DEMOS
bmp180
mpu6050
mpl3115a2
# bmp180
icm20948
mpl3115a2
mpu6050
tmp102

INCLUDES
Expand Down

0 comments on commit 1403047

Please sign in to comment.