aboutsummaryrefslogtreecommitdiffstats
path: root/board.h
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-06-07 20:02:42 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-06-07 20:02:42 -0400
commit2535aace51f29c050d84ac7fcd923649d72f2ae4 (patch)
tree3c9a7e8935a06a1ce7fe833b4ed29127adc8f82e /board.h
parent6463ae4174d093f3eac4dfc28e234d105484ed0f (diff)
wip: prep code for brief execution
we do *not* have much power available
Diffstat (limited to 'board.h')
-rw-r--r--board.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/board.h b/board.h
index 55ef0aa..9576dba 100644
--- a/board.h
+++ b/board.h
@@ -53,11 +53,9 @@
/*
* IO lines assignments.
*/
-//#define LINE_LED_GREEN PAL_LINE(GPIOA, 12U)
-
-#define LINE_I2S_SD PAL_LINE(GPIOA, 12U) // or PB5
-#define LINE_I2S_WS PAL_LINE(GPIOB, 0U)
-#define LINE_I2S_CK PAL_LINE(GPIOA, 1U)
+#define LINE_I2S_SD PAL_LINE(GPIOA, 7U)
+#define LINE_I2S_WS PAL_LINE(GPIOA, 4U)
+#define LINE_I2S_CK PAL_LINE(GPIOA, 5U)
#define LINE_USART2_TX PAL_LINE(GPIOA, 14U)