I have a strip of WS2811 adressable RGB leds and I am trying to control them using my raspberry pi. I am programming in java. To access the GPIO I am using a java library called Pi4j (version 1.2; java 8). This version has built-in PWM control.
My question is the following: How can I send the data to the leds trough a GPIO pin?
(I am still a beginner when it comes to physical computing, so please be gentle)