• Home
  • About
    • Previous versions (V.1)
    • What's New (V.2)
    • Release Notes
    • License (Open Source)
    • The Team
  • Getting started with Pi4J
    • Set up a new Raspberry Pi
    • Understanding the GPIO pins
    • Java development with VSC
    • Developing on a remote PC
    • Minimal example application
    • Minimal example as FAT JAR
    • Electronics with CrowPi
      • CrowPi OS
      • Develop with Intellij IDEA
    • User interface with JavaFX
    • Game development with FXGL
      • FXGl to Picade
      • JavaFX kiosk mode
    • JavaFX GUI and MVC template
    • Learn more...
  • Documentation
    • Pin numbering
    • Java for ARMv6/7/8
    • Logging with SLF4J
    • Creating a Pi4J Context
    • Choosing a Platform
      • Raspberry Pi
    • Choosing an I/O Provider
      • LinuxFS
      • PiGpio
    • Building an I/O Instance
    • I/O Examples
      • Digital Output (GPIO)
      • Digital Input (GPIO)
      • Pulse Width Modulation (PWM)
      • Inter-Integrated Circuit (I²C)
        • I²C Clock Stretching
      • Serial Peripheral Interface (SPI)
      • Serial (UART/RS232)
    • Devices examples
      • Simple Button
      • Simple LED
      • Joystick
    • I/O Registry
    • Shutting down the Pi4J Context
    • Building and running
      • Building with javac
      • Build as a FAT JAR with Maven
      • Build Java modules with Maven
      • Build Java modules with Gradle
      • Running Pi4J with JBang
  • Architecture/Design
    • Project source structure
      • Download/Install
        • Direct Download
        • Installation
      • Build Instructions
      • Maven settings
      • Code styling
      • Hardware testing
    • Advanced
      • Annotated provisioning
      • Dependency injection
      • Native Library Path
      • Plug-ins
      • Remote support
      • Third-Party Integration
    • The Pi4J Logo
  • Featured Projects
    • Soft real time PLC
    • PiJukeBox
    • Cocktail Maker
    • Didier the street artist robot
    • JMonkeyEngine with Joystick
    • Sensor drivers

More

  • Tags
  • GitHub project
  • Twitter @pi4j
  • Pi4J Forum

Built with from Grav and Hugo

Welcome to Pi4J > Tags > Digital Input

tag :: Digital Input

  • Minimal example application
  • Minimal example as FAT JAR
  • User interface with JavaFX
  • JavaFX GUI and MVC template
  • Digital Input (GPIO)