Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
defineHeader.h
00001 #ifndef ZETA_STM_KINETIC_DEFINEHEADER_H_ 00002 #define ZETA_STM_KINETIC_DEFINEHEADER_H_ 00003 #include "configurations/pinConfig.h" 00004 #include "configurations/robotConfig.h" 00005 00006 #define __FW_VERSION__ "stm_board1.2.5" 00007 #define NUM_THREAD 16 // 1 for test 00008 00009 #if (ROBOT_TYPE == MODEL_C) 00010 #define NUM_SONAR 10 00011 #elif (ROBOT_TYPE == MODEL_D) 00012 #define NUM_SONAR 10 00013 #elif (ROBOT_TYPE == MODEL_I) 00014 #define NUM_SONAR 2 00015 #endif 00016 00017 #define SEQ_STATE_MSG_SIZE 16 00018 #define G 9.80665f 00019 00020 #define ROSSERIAL_BUADRATE 460800 00021 #endif
Generated on Tue Jul 12 2022 18:31:23 by
1.7.2