Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. while (1)
  2.   {
  3.         HAL_TIM_Base_Start_IT(&htim2);
  4.         Vout = 1+sin(2.0*pi*10.0+t);
  5.         DAC_Set_Voltage(Vout);
  6.    }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement