From 02124c8cbe5c9adeade023d05be02e095b495144 Mon Sep 17 00:00:00 2001 From: bullwinkle3000 <91431084+bullwinkle3000@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:44:58 -0500 Subject: [PATCH] miso not i2c --- .idea/workspace.xml | 24 ++++++++++++------------ config/boards/pillbug.overlay | 7 ++++--- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f8ca988..3233a6a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -9,7 +9,7 @@ - + @@ -74,14 +74,6 @@ - - - @@ -498,7 +498,6 @@ - @@ -523,6 +522,7 @@ - \ No newline at end of file diff --git a/config/boards/pillbug.overlay b/config/boards/pillbug.overlay index 88731ef..82ee995 100644 --- a/config/boards/pillbug.overlay +++ b/config/boards/pillbug.overlay @@ -4,7 +4,8 @@ spi3_default: spi3_default { group1 { psels = , // 1.8, - ; // 0.6 + , // 0.6 + ; // 0.26 }; }; @@ -21,8 +22,8 @@ i2c0_default: i2c0_default { group1 { psels = , - , // 0.6 - ; // 0.26 + ; // 0.6 + }; };