mattjlewis / diozero

Java Device I/O library that is portable across Single Board Computers and microcontrollers. Tested with Raspberry Pi, Odroid C2, BeagleBone Black, Next Thing CHIP, Asus Tinker Board and Arduinos / Pico. Supports GPIO, I2C, SPI as well as Serial communication. Also known to work with Udoo Quad.
https://www.diozero.com
MIT License
263 stars 59 forks source link

Basic ODROID-N2Plus support #95

Closed btajuddin closed 2 years ago

btajuddin commented 2 years ago

This is a first stab at trying to provide #94. Please let me know if I should do anything differently.

btajuddin commented 2 years ago

I've added the memory mapped access. Below are screenshots of the SystemInformation and GpioReadAll utilities. Most of the mmap implementation is based on the C2 implementation.

Screenshot from 2022-05-24 10-51-27 Screenshot from 2022-05-24 10-52-11

mattjlewis commented 2 years ago

Nice work