I'm building a logger software and I'm planing to use Pi4J.
I have heard that Pi4J dropping WiringPi now and using another library for hardware communication.
Is there any schedule for this?
Very important for me to access hardware PWM! I know that 3B+ have 4 PWM pins.
I'm working quite hard on pi4j-v2 and its use of pigpio. It's quite… interesting and there are several issues that are being resolved. Right now it's not for the faint-hearted and I'd stick to V1.
Having said which, if you want Java 11 right now then please feel free to talk about it. We have some help and work-arounds for you.
Jim.
--
You received this message because you are subscribed to the Google Groups "Pi4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pi4j+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pi4j/111db214-9084-4ad2-96e7-8b36c780fd39o%40googlegroups.com.
I have quit using Java 8. I'm using Java 11.
Try to see if you can use GraalVM with Pi4J. I have heard that GraalVM result a very fast benchmark.
Is it possible for you to upload a alpha version of Pi4J V2 on Maven central?
My project is a web application where I'm including Pi4J. It going to be a open source project avaiable on my GitHub.
Ok. Good that Pi4J v2 have hardware PWM. 4 outputs?
Does v2 have SPI and digital in?
I can help with writing examples for Pi4J.
I have lots if STM32 libraries written in C code.
> Good that Pi4J v2 have hardware PWM. 4 outputs?
It should. We don't do anything at the moment to quality which pins support what type of functionality. So if it's supported by the underlying PiGpio library, then it should work in Pi4J V2.
You will need to manually download and install the latest PiGPIO. lib. http://abyz.me.uk/rpi/pigpio/
> Does v2 have SPI and digital in?