正点原子开发板 alientek_develop_board cancmder
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
445 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. #pragma once
  2. #define VERSION "v1.0"
  3. #define MANUFACTURER "http://www.iflytop.com/"
  4. #define PROJECT_NAME "robot"
  5. // ���Դ���
  6. #define DEBUG_UART huart1
  7. // ����ָʾ��
  8. #define DEBUG_LIGHT_GPIO PF9
  9. #define DELAY_US_TIMER htim6 // ��ʱ����������ʹ�ܼ���
  10. #define TIM_IRQ_SCHEDULER_TIMER htim7 // ��ʱ����������ʹ�ܼ���
  11. #define IFLTYOP_ZTICKET_TIMER TIM11 //
  12. #define IFLYTOP_ENABLE_OS 1
  13. #define IFLYTOP_PREEMPTPRIORITY_DEFAULT 5