Hello Guys,
I am looking for an option to write a value in my BLE modules from a SeekBar, but can't make it work.
My try:
in Main I have:
B4X:
Sub SeekBar1_ValueChanged (Value As String, UserChanged As Boolean)
Label4.Text= Value
perc=Value
End Sub
Sub ButtonLedPorcentaje_Click...