Approved content

The content below is provided by a partner.

KelieLeung/pxt-iClassIoT 0.0.3 GitHub

Makecode Extension for iClass IoT Wifi Module

This library provides a Microsoft MakeCode extension for iClass IoT Wifi Module, see https://www.iclassict.com/

Initialize the iClass IoT Wifi Module

  iClassIoT.init(P0, P1, 9600)

Connect to WiFi

Connect to the WiFi

  iClassIoT.connectWiFi("demo", "testtest")

Connect to IFTTT

Trigger the IFTTT event with value(s)

  iClassIoT.triggerIFTTT("the_event", "ajgfeeefgkgfbejgjkds", "value1", "value2", "value3")

Supported targets

License

MIT

iClass IoT=github:KelieLeung/pxt-iClassIoT#v0.0.3