Khangai Robot Play - Naive
01
THe naive play of the Khangai Robot
error.h
Go to the documentation of this file.
1
/*
2
* error.h
3
*
4
* Created : 1/10/2019
5
* Author : n-is
6
* email : 073bex422.nischal@pcampus.edu.np
7
*/
8
9
#ifndef _ERROR_H_
10
#define _ERROR_H_
11
12
enum
Error
{
13
NO_ERROR
,
14
15
PERIPHERAL_ERROR
,
16
DEVICE_ERROR
17
};
18
19
void
error
(
Error
err);
20
21
#endif // !_ERROR_H_
22
DEVICE_ERROR
Definition:
error.h:16
error
void error(Error err)
Definition:
error.cpp:13
PERIPHERAL_ERROR
Definition:
error.h:15
Error
Error
Definition:
error.h:12
NO_ERROR
Definition:
error.h:13
Core
Inc
sys
error.h
Generated by
1.8.15