Advertisement
Guest User

Untitled

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