• I did some experiments with setting and reading LEDs using firmware 1v52:

    LED1.set()
    =undefined
    LED1.read()
    =true
    LED1.read()
    =false

    The set() method lights up LED1 and the read() returns the right state. In addition, read() switches off the LED, so the next call returns false. Is this expected behaviour?

    Best,
    Maik

About

Avatar for user6579 @user6579 started