Skip to content

Commit

Permalink
reduce VCCint to 1.2V
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Feb 26, 2024
1 parent 21eb612 commit 5fee8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/VNA_embedded/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ int main(void)

/* USER CODE BEGIN SysInit */
MX_I2C2_Init();
uint8_t ctrl = 0x0A;
uint8_t ctrl = 0x09;
HAL_I2C_Mem_Write(&hi2c2, 0x42, 0x01, I2C_MEMADD_SIZE_8BIT, &ctrl, 1, 100);
/* USER CODE END SysInit */

Expand Down

0 comments on commit 5fee8ee

Please sign in to comment.