This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mmtalaie
/
hardware-api
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
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.
15
Commits
2
Branches
26
Tags
3.4 MiB
Tree:
85175143a4
develop
master
v1.2
v1.3
v1.4
v1.5
v1.6
v2.0
v2.1
v2.2
v2.3
v2.4
v2.5
v3.0
v3.1
v3.2
v4.0
v4.1
v4.2
v4.3
v4.4
v4.5
v4.6
v4.7
v4.8
v4.9
v5.0
v5.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '85175143a4'
${ noResults }
hardware-api
/
include
/
model
/
hardware
/
core
/
Status.h
11 lines
94 B
Raw
Normal View
History
Afe read and software meta data are added
4 years ago
#
ifndef STATUS_H
#
define STATUS_H
enum
class
Status
{
GOOD
,
BAD
}
;
#
endif