2020-08-28 23:07:24 +02:00
|
|
|
dependencies {
|
2020-11-10 18:36:02 +01:00
|
|
|
implementation project(':hal-core')
|
2020-08-28 23:07:24 +02:00
|
|
|
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'
|
|
|
|
|
}
|