-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c4ff1b
commit 5c06fb9
Showing
12 changed files
with
240 additions
and
123 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 11 additions & 9 deletions
20
src/main/java/dev/vexide/hydrozoa/devices/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
/// Functionality for accessing hardware connected to the V5 brain. | ||
/// | ||
/// ## Overview | ||
/// | ||
/// The V5 brain features 21 RJ9 4p4c connector ports (known as “Smart ports”) for communicating with newer V5 | ||
/// peripherals, as well as six 3-wire ports with log-to-digital conversion capability for compatibility with legacy | ||
/// Cortex devices. This package provides access to both smart devices and ADI devices. | ||
/// | ||
/// @since 0.1.0 | ||
/** | ||
* Functionality for accessing hardware connected to the V5 brain. | ||
* | ||
* <h2>Overview</h2> | ||
* <p> | ||
* The V5 brain features 21 RJ9 4p4c connector ports (known as “Smart ports”) for communicating with newer V5 | ||
* peripherals, as well as six 3-wire ports with log-to-digital conversion capability for compatibility with legacy | ||
* Cortex devices. This package provides access to both smart devices and ADI devices. | ||
* | ||
* @since 0.1.0 | ||
*/ | ||
package dev.vexide.hydrozoa.devices; |
Oops, something went wrong.