de.sciss.lucre.expr.LucrePi.scala Maven / Gradle / Ivy
/*
* LucrePi.scala
* (LucrePi)
*
* Copyright (c) 2020-2022 Hanns Holger Rutz. All rights reserved.
*
* This software is published under the GNU Affero General Public License v3+
*
*
* For further information, please contact Hanns Holger Rutz at
* [email protected]
*/
package de.sciss.lucre.expr
object LucrePi {
def init(): Unit = _init
private lazy val _init: Unit = {
ExElem.addProductReaderSq(graph.GPIO.DigitalIn :: graph.GPIO.DigitalOut :: graph.RPi.Pin :: Nil)
}
}