OpenJDK DIO Project Now Live! Java SE Embedded API Accessing Peripherals

Posted by hinkmond on Oracle Blogs See other posts from Oracle Blogs or by hinkmond
Published on Thu, 5 Jun 2014 01:16:19 +0000 Indexed on 2014/06/05 15:32 UTC
Read the original article Hit count: 390

Filed under:
The DIO project on OpenJDK is now live! For those who grew up in the 1970's and 1980's, you might remember Ronnie James Dio, lead singer of Black Sabbath after Ozzy was fired, and lead singer of his own band, Dio. Well, this DIO is not that Dio.

This DIO is the OpenJDK Device I/O project which provides a Java-level API for accessing generic device peripherals on embedded devices, like your Raspberry Pi running Java SE Embedded software.

See:

OpenJDK DIO Project

Here's a quote:

  + General Purpose Input/Output 
    (GPIO)
  + Inter-Integrated Circuit Bus 
    (I2C)
  + Universal Asynchronous 
    Receiver/Transmitter (UART)
  + Serial Peripheral Interface
If you're familiar with Pi4J, then you're going to like DIO. And, if you liked Ozzy, you probably liked Ronnie James Dio.

This will probably make Robert Savage happy too. The part about DIO being live now, not the part about Dio replacing Ozzy, because everyone likes Ozzy.

© Oracle Blogs or respective owner

Related posts about /Java Embedded