| License |
License |
|---|---|
| GroupId | GroupIdcom.team4924 |
| ArtifactId | ArtifactIdLedDisplayI2cDriver |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionLedDisplayI2cDriver
A driver for FTC robots to display bitmaps and characters on a 8x8 LED matrix.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| LedDisplayI2cDriver-1.0.pom | |
| LedDisplayI2cDriver-1.0-sources.jar | 9 KB |
| LedDisplayI2cDriver-1.0-javadoc.jar | 404 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.team4924/LedDisplayI2cDriver/ -->
<dependency>
<groupId>com.team4924</groupId>
<artifactId>LedDisplayI2cDriver</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.team4924/LedDisplayI2cDriver/
implementation 'com.team4924:LedDisplayI2cDriver:1.0'
// https://jarcasting.com/artifacts/com.team4924/LedDisplayI2cDriver/
implementation ("com.team4924:LedDisplayI2cDriver:1.0")
'com.team4924:LedDisplayI2cDriver:aar:1.0'
<dependency org="com.team4924" name="LedDisplayI2cDriver" rev="1.0">
<artifact name="LedDisplayI2cDriver" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.team4924', module='LedDisplayI2cDriver', version='1.0')
)
libraryDependencies += "com.team4924" % "LedDisplayI2cDriver" % "1.0"
[com.team4924/LedDisplayI2cDriver "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 23.0.0 |