Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Santroller/Santroller
/ isFlightStickReply
Function
isFlightStickReply
lib/psx_controller/psx_controller.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
static inline bool isFlightStickReply(const uint8_t *status)
13
{
14
return (status[1] & 0xF0) == 0x50;
15
}
16
17
static inline bool isNegconReply(const uint8_t *status)
18
{
Callers
1
processData
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected