Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit 0dfe6ae

Browse files
committed
Fix TESTS.md
1 parent 06922da commit 0dfe6ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

TESTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ Building NodeBridge tests work pretty much like building addons for Nodejs. On y
2020

2121
### Raw data info
2222
The raw data obtained from the Adapter in NodeBridge Test 3 should be an array of chars of length 37. The structure should be the following:
23+
2324
`[Header] [Status] [Buttons1] [Buttons2] [Left stick X] [Left stick Y] [C stick X] [C stick Y] [L axis] [R axis]`
25+
2426
Except for the first element, all of these elements appear four times in the array, one for each port of the adapter, thus one for each controller.
2527
(4 controllers * 9 chars + 1 header = 37 elements)
2628

0 commit comments

Comments
 (0)