diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-06-07 20:02:42 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-06-07 20:02:42 -0400 |
commit | 2535aace51f29c050d84ac7fcd923649d72f2ae4 (patch) | |
tree | 3c9a7e8935a06a1ce7fe833b4ed29127adc8f82e /board.h | |
parent | 6463ae4174d093f3eac4dfc28e234d105484ed0f (diff) |
wip: prep code for brief execution
we do *not* have much power available
Diffstat (limited to 'board.h')
-rw-r--r-- | board.h | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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) |