Switched to Gradle as build system
This commit is contained in:
parent
da36be0862
commit
a49cb55b93
34 changed files with 136 additions and 1021 deletions
6
plugins/hal-raspberry/build.gradle
Normal file
6
plugins/hal-raspberry/build.gradle
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
dependencies {
|
||||
implementation 'com.pi4j:pi4j-core:1.1'
|
||||
implementation 'com.pi4j:pi4j-device:1.1'
|
||||
implementation 'com.pi4j:pi4j-gpio-extension:1.1'
|
||||
implementation 'com.pi4j:pi4j-service:1.1'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue