1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

working spi task, measure with dms22b

This commit is contained in:
andreas
2024-03-02 17:51:23 +01:00
parent 5356b783c3
commit 0c94293ccb
7 changed files with 147 additions and 53 deletions

View File

@@ -7,8 +7,8 @@ lib_deps =
${env.lib_deps}
${sensors.lib_deps}
build_flags=
-D GWSPI1_CLK=21
-D GWSPI1_MISO=25
-D GWSPI0_CLK=21
-D GWSPI0_MISO=25
-D GWDMS22B11
-D GWDMS22B11_CS=22
${env.build_flags}