Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.50 KB | None | 0 0
  1. static const uint8_t            CONFIG_TIM_800MS        =(0);
  2.     static const uint8_t            CONFIG_TIM_400MS        =(1);
  3.     static const uint8_t            CONFIG_TIM_200MS        =(2);
  4.     static const uint8_t            CONFIG_TIM_100MS        =(3);
  5.     static const uint8_t            CONFIG_TIM_50MS         =(4);
  6.     static const uint8_t            CONFIG_TIM_25MS         =(5);
  7.     static const uint8_t            CONFIG_TIM_12MS         =(6);
  8.     static const uint8_t            CONFIG_TIM_6MS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement