orenskl / pico-jvm

A small Java virtual machine for Raspberry Pi Pico. This is based on the CLDC Profile for embedded devices.
20 stars 1 forks source link

Add support for GPIO #1

Closed orenskl closed 10 months ago

orenskl commented 10 months ago

Added support for using the Pi Pico GPIO

Some links for reference :

https://wiki.openjdk.org/display/dio/Getting+Started https://docs.oracle.com/javame/8.2/api/dio/api/index.html

https://pi4j.com