Basic_Frame_TypeC_2023_Omni
Loading...
Searching...
No Matches
self_check.h
1
2//* @file : any_header.h
3//* @brief : any header template
4//* @created time : Jul, 2023
5//* @author : <Name>
6//******************************************************************************
7//* Copyright (c) 2023 UARM Artemis.
8//* All rights reserved.
9//*******************************************************************************/
10//
12// * if you copy this file from other OPEN-SOURCE project, please do not
13// * add this declaration above. Instead, you are supposed to add their
14// * licenses or copyright declaration. Please check ramp.c for more details
15// *
16// * */
17//
18//#ifndef __DIRECTORY_ANY_HEADER_H__
19//#define __DIRECTORY_ANY_HEADER_H__
20//
21//#include "main.h"
22//#include "buzzer.h"
23//
24//
26//#define SOME_YOUR_VALUE (0.0f)
28//
30//typedef enum{
31// CHECK_OK = 0,
32// CHECK_FAIL = 1
33//}SelfCheckStatus_t;
34//
36//extern Buzzer_t buzzer;
37//
39//
41//SelfCheckStatus_t self_check_system(uint8_t board_status);
42//SelfCheckStatus_t self_check_motors(uint8_t motor_id);
43//
44//#endif /*__DIRECTORY_ANY_HEADER_H__*/