FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Unity/examples/example_5/src/ProductionCode.h at master · ThrowTheSwitch/Unity · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ThrowTheSwitch
/
Unity
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
5.4k
Code
Issues
75
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Unity
/
examples
/
example_5
/
src
/
ProductionCode.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (13 loc) · 547 Bytes
Breadcrumbs
Unity
/
examples
/
example_5
/
src
/
ProductionCode.h
Copy path
File metadata and controls
16 lines (13 loc) · 547 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* =========================================================================
Unity - A Test Framework for C
ThrowTheSwitch.org
Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams
SPDX-License-Identifier: MIT
========================================================================= */
#include
<stdint.h>
typedef
void
callback_t
(
int
position
,
int
bit_value
);
typedef
enum
{
BIT_DIRECTION_UP
,
BIT_DIRECTION_DOWN
,
}
bit_direction_t
;
void
BitExtractor
(
bit_direction_t
dir
,
uint8_t
input
,
callback_t
cb
);
Back
|
FazBrowse Home
|
New Git URL